Skip to content

Commit c29a6f6

Browse files
committed
fix: github actions
1 parent f914e3a commit c29a6f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
- name: Run tests on Windows
4444
if: runner.os == 'Windows'
4545
run: |
46-
ctest --test-dir build --config Release --output-on-failure
46+
ctest --test-dir build --build-config Release --output-on-failure
4747
4848
release:
4949
needs: build

0 commit comments

Comments
 (0)