We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 662cbb8 commit 50e6e13Copy full SHA for 50e6e13
.github/workflows/windows.yml
@@ -25,7 +25,7 @@ jobs:
25
matrix:
26
# https://www.msys2.org/docs/environments/
27
# TODO Try to add msys
28
- sys: [ ucrt64 , clang64, clang32, mingw64, mingw32 ]
+ sys: [ ucrt64 , clang64, mingw64, mingw32 ]
29
standard: [ 11, 14, 17, 20 ]
30
defaults:
31
run:
0 commit comments