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 3eb160d commit 1255b03Copy full SHA for 1255b03
.github/workflows/emscripten.yml
@@ -670,7 +670,7 @@ jobs:
670
-DSYSROOT_PATH=$SYSROOT_PATH \
671
../
672
fi
673
- if [[ "${{ matrix.os }}" != "macos"* && "${{ matrix.clang-runtime }}" == "19"]]; then
+ if [[ "${{ matrix.os }}" != "macos"* ]] && [[ "${{ matrix.clang-runtime }}" == "19" ]]; then
674
EMCC_CORES=2 emmake make 2
675
else
676
emmake make -j ${{ env.ncpus }} check-cppinterop
0 commit comments