Skip to content

Commit

Permalink
I forgot how to do this!
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeroMemes committed Sep 30, 2024
1 parent d4d8f06 commit e0b9fcb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmake-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,5 +31,5 @@ jobs:
working-directory: ${{github.workspace}}/build
shell: cmd
run: |
"C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\${{matrix.target.vcvars}}.bat"
call "C:\Program Files\Microsoft Visual Studio\2022\Enterprise\VC\Auxiliary\Build\${{matrix.target.vcvars}}.bat" &&
ctest -C ${{env.BUILD_TYPE}} -R libhat_test_.*

0 comments on commit e0b9fcb

Please sign in to comment.