Skip to content

Commit 8ec905a

Browse files
authored
Update MacOS.yml
1 parent 567e4c0 commit 8ec905a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/MacOS.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -389,8 +389,7 @@ jobs:
389389
-DLLVM_ENABLE_WERROR=On \
390390
../
391391
fi
392-
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }} || true
393-
cat /Users/runner/work/CppInterOp/CppInterOp/build/unittests/googletest-prefix/src/googletest-stamp/googletest-build-*.log
392+
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
394393
cd ..
395394
# We need CB_PYTHON_DIR later
396395
echo "CB_PYTHON_DIR=$CB_PYTHON_DIR" >> $GITHUB_ENV

0 commit comments

Comments
 (0)