Update ci.yml

pull/3239/head
Gabi Melman 10 months ago committed by GitHub
parent 24a094b7e6
commit 7415b3e3f5
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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…
Cancel
Save