Skip to content

Commit 1255b03

Browse files
authored
Update emscripten.yml
1 parent 3eb160d commit 1255b03

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/emscripten.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -670,7 +670,7 @@ jobs:
670670
-DSYSROOT_PATH=$SYSROOT_PATH \
671671
../
672672
fi
673-
if [[ "${{ matrix.os }}" != "macos"* && "${{ matrix.clang-runtime }}" == "19"]]; then
673+
if [[ "${{ matrix.os }}" != "macos"* ]] && [[ "${{ matrix.clang-runtime }}" == "19" ]]; then
674674
EMCC_CORES=2 emmake make 2
675675
else
676676
emmake make -j ${{ env.ncpus }} check-cppinterop

0 commit comments

Comments
 (0)