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 c60d845 commit 823c24cCopy full SHA for 823c24c
.github/workflows/ci.yml
@@ -846,7 +846,7 @@ jobs:
846
../
847
fi
848
os="${{ matrix.os }}"
849
- cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
+ cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
850
if [[ ("${os}" == "ubuntu"*) ]]; then
851
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests
852
0 commit comments