Skip to content

Commit

Permalink
disabling windows msvc tests due to actions/runner-images#10020
Browse files Browse the repository at this point in the history
  • Loading branch information
alemuntoni committed Jul 2, 2024
1 parent 30b5950 commit 266e172
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/BuildAndRunTests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ jobs:
cmake -GNinja -DCMAKE_C_COMPILER_LAUNCHER=ccache -DCMAKE_CXX_COMPILER_LAUNCHER=ccache -DCMAKE_BUILD_TYPE=Release ..
ninja
- name: Run Tests
if: runner.os != 'Windows'
shell: bash
run: |
cd build
Expand Down

0 comments on commit 266e172

Please sign in to comment.