Skip to content

Commit

Permalink
Update continuous.yml -- fix windows tests
Browse files Browse the repository at this point in the history
  • Loading branch information
danielepanozzo authored Sep 8, 2023
1 parent a40aa1d commit dd0f75f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/continuous.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,6 +160,8 @@ jobs:
ninja -j8
- name: Tests
shell: cmd
run: |
call "C:\Program Files\Microsoft Visual Studio\2022\Community\Common7\Tools\VsDevCmd.bat" -arch=x64
cd build
ctest --verbose --output-on-failure

0 comments on commit dd0f75f

Please sign in to comment.