Skip to content

Commit

Permalink
ci: Windows workflow fixup
Browse files Browse the repository at this point in the history
  • Loading branch information
Mizux committed Sep 13, 2023
1 parent e385538 commit e42a10e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/amd64_windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Test
run: |
cmake --build build --config Release --target RUN_TESTS -v
cd build && ctest -V
cd build && ctest -C Release -V
- name: Install
run: cmake --build build --config Release --target INSTALL -v

0 comments on commit e42a10e

Please sign in to comment.