We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f914e3a commit c29a6f6Copy full SHA for c29a6f6
.github/workflows/ci.yml
@@ -43,7 +43,7 @@ jobs:
43
- name: Run tests on Windows
44
if: runner.os == 'Windows'
45
run: |
46
- ctest --test-dir build --config Release --output-on-failure
+ ctest --test-dir build --build-config Release --output-on-failure
47
48
release:
49
needs: build
0 commit comments