We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
clang++
MINGW32
1 parent 87c13d6 commit 6521caaCopy full SHA for 6521caa
1 file changed
.github/workflows/CI-mingw.yml
@@ -33,6 +33,9 @@ jobs:
33
exclude:
34
- msystem: CLANG64
35
compiler: g++
36
+ # the mingw-w64-i686-clang package is no longer available
37
+ - msystem: MINGW32
38
+ compiler: clang++
39
fail-fast: false
40
41
runs-on: windows-2025
0 commit comments