File tree Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Expand file tree Collapse file tree 1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -309,14 +309,18 @@ jobs:
309
309
matrix :
310
310
# CLANG32 disabled for now:
311
311
# msystem: [MINGW64, MINGW32, CLANG64, CLANG32]
312
- msystem : [MINGW64, MINGW32, CLANG64]
312
+ msystem : [MINGW64, MINGW32, UCRT64, CLANG64]
313
313
include :
314
314
- msystem : MINGW64
315
315
target-prefix : mingw-w64-x86_64
316
316
f77-package : mingw-w64-x86_64-fc
317
317
- msystem : MINGW32
318
318
target-prefix : mingw-w64-i686
319
319
f77-package : mingw-w64-i686-fc
320
+ - msystem : UCRT64
321
+ target-prefix : mingw-w64-ucrt-x86_64
322
+ # Purposefully don't install a Fortran compiler to test that configuration
323
+ f77-package : mingw-w64-ucrt-x86_64-cc
320
324
- msystem : CLANG64
321
325
target-prefix : mingw-w64-clang-x86_64
322
326
f77-package : mingw-w64-clang-x86_64-fc
You can’t perform that action at this time.
0 commit comments