Skip to content

Commit 50e6e13

Browse files
authored
Update windows.yml
Clang32 is out :https://www.msys2.org/news/
1 parent 662cbb8 commit 50e6e13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
matrix:
2626
# https://www.msys2.org/docs/environments/
2727
# TODO Try to add msys
28-
sys: [ ucrt64 , clang64, clang32, mingw64, mingw32 ]
28+
sys: [ ucrt64 , clang64, mingw64, mingw32 ]
2929
standard: [ 11, 14, 17, 20 ]
3030
defaults:
3131
run:

0 commit comments

Comments
 (0)