Fix ci windows

This commit is contained in:
gabime
2024-11-29 11:36:33 +02:00
parent 4b301e710a
commit 9dab02aa2c
3 changed files with 112 additions and 113 deletions

View File

@@ -70,8 +70,8 @@ jobs:
shell: pwsh
env:
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
run: ctest
run: ${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}\spdlog-tests.exe
# -----------------------------------------------------------------------
# MSVC 2019 build matrix
@@ -131,5 +131,4 @@ jobs:
shell: pwsh
env:
PATH: ${{ env.PATH }};${{ github.workspace }}\build\_deps\catch2-build\src\${{ matrix.config.BUILD_TYPE }};${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}
run: ctest
run: ${{ github.workspace }}\build\${{ matrix.config.BUILD_TYPE }}\spdlog-tests.exe