Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit c0efa47

Browse files
authoredMar 26, 2025··
Update action.yml
1 parent f4a9d29 commit c0efa47

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
else
5858
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
5959
os="${{ matrix.os }}"
60-
if [[ "${os}" == "macos"* ]]; then
60+
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
6262
fi
6363
fi

0 commit comments

Comments
 (0)
Please sign in to comment.