Skip to content

Commit 916a6f3

Browse files
authored
Try to fix PR
1 parent d263001 commit 916a6f3

File tree

1 file changed

+1
-1
lines changed
  • .github/actions/Build_and_Test_CppInterOp

1 file changed

+1
-1
lines changed

.github/actions/Build_and_Test_CppInterOp/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ runs:
5959
os="${{ matrix.os }}"
6060
if [[ "${os}" == "macos"* ]]; then
6161
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 unittests/CppInterOp/CppInterOpTests/unittests/bin/${{ env.BUILD_TYPE }}/CppInterOpTests
62-
endif
62+
fi
6363
fi
6464
echo "CB_PYTHON_DIR=$CB_PYTHON_DIR" >> $GITHUB_ENV
6565
echo "CPPINTEROP_BUILD_DIR=$CPPINTEROP_BUILD_DIR" >> $GITHUB_ENV

0 commit comments

Comments
 (0)