mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-07 03:06:05 -04:00
Use github.ref_name instead of github.ref for readability
This commit is contained in:
parent
8f8029cb7e
commit
e1bb204bab
4
.github/workflows/build.yml
vendored
4
.github/workflows/build.yml
vendored
@ -44,10 +44,10 @@ jobs:
|
||||
}
|
||||
|
||||
steps:
|
||||
- name: Checkout ${{ github.ref }}
|
||||
- name: Checkout ${{ github.ref_name }}
|
||||
uses: actions/checkout@v3
|
||||
- run: git submodule update --init --recursive
|
||||
- name: set extra GITHUB_PATH (for MinGW)
|
||||
- name: set extra GITHUB_PATH ${{ matrix.config.extra_path }} (for MinGW)
|
||||
shell: bash
|
||||
run: echo "${{ matrix.config.extra_path }}" >> $GITHUB_PATH
|
||||
- name: set env CXX=${{ matrix.config.cxx }}
|
||||
|
Loading…
x
Reference in New Issue
Block a user