Skip to content

Commit

Permalink
Update windows.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gabime authored Nov 29, 2024
1 parent fba921b commit 4b301e7
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
.\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
run: ctest


# -----------------------------------------------------------------------
# MSVC 2019 build matrix
Expand Down Expand Up @@ -131,5 +131,5 @@ 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: |
.\build\tests\${{ matrix.config.BUILD_TYPE }}\spdlog-utests.exe
run: ctest

0 comments on commit 4b301e7

Please sign in to comment.