Skip to content

Commit 9ba27e7

Browse files
lazkanaveen521kk
authored andcommitted
fixup! CI: test the build and add some mingw specific tests
1 parent 385c6d6 commit 9ba27e7

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)