Update windows.yml

This commit is contained in:
Gabi Melman 2024-11-29 11:26:39 +02:00 committed by GitHub
parent fba921b6d8
commit 4b301e710a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -70,8 +70,8 @@ jobs:
shell: pwsh shell: pwsh
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: ctest
.\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
# ----------------------------------------------------------------------- # -----------------------------------------------------------------------
# MSVC 2019 build matrix # MSVC 2019 build matrix
@ -131,5 +131,5 @@ jobs:
shell: pwsh shell: pwsh
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: ctest
.\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe