Skip to content

Commit 6521caa

Browse files
authored
CI-mingw.yml: exclude clang++ on MINGW32 as it is no longer available (#644)
1 parent 87c13d6 commit 6521caa

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/CI-mingw.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,9 @@ jobs:
3333
exclude:
3434
- msystem: CLANG64
3535
compiler: g++
36+
# the mingw-w64-i686-clang package is no longer available
37+
- msystem: MINGW32
38+
compiler: clang++
3639
fail-fast: false
3740

3841
runs-on: windows-2025

0 commit comments

Comments
 (0)