Skip to content

Commit d288d55

Browse files
authored
Remove debug cat statement
Removed error handling commands from the build process.
1 parent 3ea002b commit d288d55

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/emscripten.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -479,10 +479,7 @@ jobs:
479479
-DSYSROOT_PATH=$SYSROOT_PATH \
480480
../
481481
fi
482-
set +e
483482
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
486483
os="${{ matrix.os }}"
487484
if [[ "${os}" != macos* ]] ; then
488485
actual_size=$(stat -c%s "./lib/libclangCppInterOp.so")

0 commit comments

Comments
 (0)