We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 385c6d6 commit 9ba27e7Copy full SHA for 9ba27e7
.github/workflows/mingw.yml
@@ -55,7 +55,7 @@ jobs:
55
run: |
56
set -ex
57
58
- if [[ "${{ matrix.msystem }}" == "CLANG64" ]]; then
+ if [[ "${{ matrix.msystem }}" == CLANG* ]]; then
59
export CC=clang
60
export CXX=clang++
61
fi
0 commit comments