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
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- name: Set up CMake
|
||||
uses: jwlawson/actions-setup-cmake@v2
|
||||
# - name: Set up CMake
|
||||
# uses: jwlawson/actions-setup-cmake@v2
|
||||
|
||||
- name: Configure CMake
|
||||
shell: pwsh
|
||||
@ -148,4 +148,4 @@ jobs:
|
||||
env:
|
||||
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
|
||||
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