Skip to content

Commit

Permalink
fix windows test build
Browse files Browse the repository at this point in the history
  • Loading branch information
mnwright committed Aug 16, 2023
1 parent 07a1308 commit a272070
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/cpp-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
shell: cmd
run: |
cmake cpp_version
cmake --build .
ctest --output-on-failure
cmake --build . --config Release
ctest -C Release --output-on-failure

0 comments on commit a272070

Please sign in to comment.