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 d263001 commit 916a6f3Copy full SHA for 916a6f3
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -59,7 +59,7 @@ runs:
59
os="${{ matrix.os }}"
60
if [[ "${os}" == "macos"* ]]; then
61
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
62
- endif
+ fi
63
fi
64
echo "CB_PYTHON_DIR=$CB_PYTHON_DIR" >> $GITHUB_ENV
65
echo "CPPINTEROP_BUILD_DIR=$CPPINTEROP_BUILD_DIR" >> $GITHUB_ENV
0 commit comments