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 ba4ad14 commit 72644a6Copy full SHA for 72644a6
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -58,7 +58,7 @@ runs:
58
else
59
cmake --build . --target check-cppinterop --parallel ${{ env.ncpus }}
60
os="${{ matrix.os }}"
61
- if [[ "${os}" != "macos"* && "${matrix.Valgrind}" != "On" ]]; then
+ if [[ "${os}" != "macos"* && "${matrix.Valgrind}" == "On" ]]; then
62
CLANG_VERSION="${{ matrix.clang-runtime }}"
63
if [[ "$CLANG_VERSION" == "20" && "${{ matrix.cling }}" == "Off" ]]; then
64
SUPPRESSION_FILE="../etc/clang${CLANG_VERSION}-valgrind.supp"
0 commit comments