Skip to content

Commit 0ae6f6f

Browse files
JohanMabilleserge-sans-paille
authored andcommitted
Disabled MSYS2 CLANG32
1 parent 5a9fae3 commit 0ae6f6f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,9 @@ jobs:
6565
# Temporarily remove MINGW64 and UCRT64 builds because
6666
# GCC 12 gives an unexpected overflow warning for __builtin_memmove
6767
# see https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106199
68-
msystem: [ MINGW32, CLANG32, CLANG64 ]
68+
# Temporarily remove CLANG32 because doctest is not available anymore
69+
# for this platform
70+
msystem: [ MINGW32, CLANG64 ]
6971
#msystem: [ MINGW32, MINGW64, UCRT64, CLANG32, CLANG64 ]
7072
fail-fast: false
7173
steps:

0 commit comments

Comments
 (0)