Skip to content

Commit 0c2da1f

Browse files
committed
fixup! CI: test the build and add some mingw specific tests
1 parent a4f97eb commit 0c2da1f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/mingw.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
run: |
5656
set -ex
5757
58-
if [[ "${{ matrix.msystem }}" == "CLANG64" ]]; then
58+
if [[ "${{ matrix.msystem }}" == CLANG* ]]; then
5959
export CC=clang
6060
export CXX=clang++
6161
fi

0 commit comments

Comments
 (0)