mirror of
https://github.com/cuberite/SQLiteCpp.git
synced 2025-08-09 20:26:09 -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:
|
steps:
|
||||||
- name: Checkout ${{ github.ref }}
|
- name: Checkout ${{ github.ref_name }}
|
||||||
uses: actions/checkout@v3
|
uses: actions/checkout@v3
|
||||||
- run: git submodule update --init --recursive
|
- 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
|
shell: bash
|
||||||
run: echo "${{ matrix.config.extra_path }}" >> $GITHUB_PATH
|
run: echo "${{ matrix.config.extra_path }}" >> $GITHUB_PATH
|
||||||
- name: set env CXX=${{ matrix.config.cxx }}
|
- name: set env CXX=${{ matrix.config.cxx }}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user