Skip to content

Commit 5304ffa

Browse files
committed
fix
1 parent 9d21edb commit 5304ffa

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
@@ -216,7 +216,7 @@ jobs:
216216
"os": "windows-2022",
217217
"release": true,
218218
"check-level": 2,
219-
"shell": "clang64 {0}",
219+
"shell": "msys2 {0}",
220220
"CMAKE_OPTIONS": "-G \"Unix Makefiles\" -DUSE_GMP=OFF",
221221
// for reasons unknown, interactivetests are flaky on Windows
222222
"CTEST_OPTIONS": "--repeat until-pass:2",

0 commit comments

Comments
 (0)