Skip to content

Commit b2b1e20

Browse files
committed
removing msys 32-bit
1 parent b57ec06 commit b2b1e20

File tree

2 files changed

+0
-9
lines changed

2 files changed

+0
-9
lines changed

.github/workflows/msys2-clang.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ jobs:
1616
- msystem: "MINGW64"
1717
install: mingw-w64-x86_64-libxml2 mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-clang
1818
type: Release
19-
- msystem: "MINGW32"
20-
install: mingw-w64-i686-libxml2 mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-clang
21-
type: Release
2219
env:
2320
CMAKE_GENERATOR: Ninja
2421

.github/workflows/msys2.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,9 @@ jobs:
1616
- msystem: "MINGW64"
1717
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
1818
type: Release
19-
- msystem: "MINGW32"
20-
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
21-
type: Release
2219
- msystem: "MINGW64"
2320
install: mingw-w64-x86_64-cmake mingw-w64-x86_64-ninja mingw-w64-x86_64-gcc
2421
type: Debug
25-
- msystem: "MINGW32"
26-
install: mingw-w64-i686-cmake mingw-w64-i686-ninja mingw-w64-i686-gcc
27-
type: Debug
2822
env:
2923
CMAKE_GENERATOR: Ninja
3024

0 commit comments

Comments
 (0)