Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/emscripten.yml
Original file line number Diff line number Diff line change
Expand Up @@ -708,7 +708,7 @@ jobs:
if [[ "${os}" != macos* ]] ; then
EMCC_CORES=1 emmake make -j 1 check-cppinterop
else
EMCC_CORES=2 emmake make -j 2 check-cppinterop
emmake make -j ${{ env.ncpus }} check-cppinterop
fi
cd ./unittests/CppInterOp/
# Explaination of options for emrun
Expand Down
Loading