Skip to content

Commit

Permalink
Merge pull request #766 from kmilos/patch-7
Browse files Browse the repository at this point in the history
CI: remove MSYS2 CLANG32
  • Loading branch information
TurboGit authored Dec 1, 2024
2 parents 5569d71 + 241ee92 commit 65d4b3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,6 @@ jobs:
- { msystem: MINGW64, arch: x86_64, family: GNU, CC: gcc, CXX: g++ }
- { msystem: MINGW32, arch: i686, family: GNU, CC: gcc, CXX: g++ }
- { msystem: CLANG64, arch: x86_64, family: LLVM, CC: clang, CXX: clang++ }
- { msystem: CLANG32, arch: i686, family: LLVM, CC: clang, CXX: clang++ }
- { msystem: UCRT64, arch: x86_64, family: GNU, CC: gcc, CXX: g++ }
flavor: [ ReleaseWithAsserts, Release ]
uses: ./.github/workflows/CI-windows-msys2.yml
Expand Down

0 comments on commit 65d4b3c

Please sign in to comment.