Skip to content

Commit 73dc6d8

Browse files
authored
Update emscripten.yml
1 parent 1255b03 commit 73dc6d8

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
@@ -671,7 +671,7 @@ jobs:
671671
../
672672
fi
673673
if [[ "${{ matrix.os }}" != "macos"* ]] && [[ "${{ matrix.clang-runtime }}" == "19" ]]; then
674-
EMCC_CORES=2 emmake make 2
674+
EMCC_CORES=2 emmake make -j 2 check-cppinterop
675675
else
676676
emmake make -j ${{ env.ncpus }} check-cppinterop
677677
fi

0 commit comments

Comments
 (0)