Skip to content

Commit 7cc862c

Browse files
authored
Update emscripten.yml
1 parent c1ee586 commit 7cc862c

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
@@ -694,7 +694,7 @@ jobs:
694694
-DSYSROOT_PATH=$SYSROOT_PATH \
695695
../
696696
fi
697-
emmake make -j ${{ env.ncpus }} check-cppinterop
697+
EMCC_CORES=2 emmake make -j 2 check-cppinterop
698698
cd ./unittests/CppInterOp/
699699
# Explaination of options for emrun
700700
# --browser (name of browser on path)

0 commit comments

Comments
 (0)