Skip to content

Commit 7928805

Browse files
committed
fixup! CI: test the build and add some mingw specific tests
1 parent 346e2f2 commit 7928805

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/mingw.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
strategy:
88
fail-fast: false
99
matrix:
10-
msystem: ['MINGW64','MINGW32','UCRT64','CLANG64','CLANG32']
10+
msystem: ['MINGW64','MINGW32','UCRT64','CLANG64']
1111
include:
1212
- msystem: MINGW64
1313
prefix: mingw-w64-x86_64
@@ -17,8 +17,6 @@ jobs:
1717
prefix: mingw-w64-ucrt-x86_64
1818
- msystem: CLANG64
1919
prefix: mingw-w64-clang-x86_64
20-
- msystem: CLANG32
21-
prefix: mingw-w64-clang-i686
2220
steps:
2321
- name: Setup git
2422
run: |
@@ -57,7 +55,7 @@ jobs:
5755
run: |
5856
set -ex
5957
60-
if [[ "${{ matrix.msystem }}" == "CLANG64" ]] || [[ "${{ matrix.msystem }}" == "CLANG32" ]]; then
58+
if [[ "${{ matrix.msystem }}" == "CLANG64" ]]; then
6159
export CC=clang
6260
export CXX=clang++
6361
fi

0 commit comments

Comments
 (0)