Update ci.yml
This commit is contained in:
parent
24a094b7e6
commit
7415b3e3f5
6
.github/workflows/ci.yml
vendored
6
.github/workflows/ci.yml
vendored
@ -116,8 +116,8 @@ jobs:
|
|||||||
- name: Checkout code
|
- name: Checkout code
|
||||||
uses: actions/checkout@v2
|
uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Set up CMake
|
# - name: Set up CMake
|
||||||
uses: jwlawson/actions-setup-cmake@v2
|
# uses: jwlawson/actions-setup-cmake@v2
|
||||||
|
|
||||||
- name: Configure CMake
|
- name: Configure CMake
|
||||||
shell: pwsh
|
shell: pwsh
|
||||||
@ -148,4 +148,4 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
|
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
|
||||||
run: |
|
run: |
|
||||||
build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
|
build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
|
||||||
|
Loading…
Reference in New Issue
Block a user