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 5bad198 commit cc2eb6aCopy full SHA for cc2eb6a
.github/workflows/emscripten.yml
@@ -708,7 +708,7 @@ jobs:
708
if [[ "${os}" != macos* ]] ; then
709
EMCC_CORES=1 emmake make -j 1 check-cppinterop
710
else
711
- EMCC_CORES=2 emmake make -j 2 check-cppinterop
+ emmake make -j ${{ env.ncpus }} check-cppinterop
712
fi
713
cd ./unittests/CppInterOp/
714
# Explaination of options for emrun
0 commit comments