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 3ea002b commit d288d55Copy full SHA for d288d55
.github/workflows/emscripten.yml
@@ -479,10 +479,7 @@ jobs:
479
-DSYSROOT_PATH=$SYSROOT_PATH \
480
../
481
fi
482
- set +e
483
emmake make -j ${{ env.ncpus }} check-cppinterop
484
- cat /home/runner/work/CppInterOp/CppInterOp/build/unittests/googletest-prefix/src/googletest-stamp/googletest-build-*.log
485
- set -e
486
os="${{ matrix.os }}"
487
if [[ "${os}" != macos* ]] ; then
488
actual_size=$(stat -c%s "./lib/libclangCppInterOp.so")
0 commit comments