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 9da822f commit 50e78b3Copy full SHA for 50e78b3
.github/actions/Build_and_Test_CppInterOp/action.yml
@@ -66,7 +66,7 @@ runs:
66
CLANG_INTERPRETER="clang"
67
fi
68
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
69
- if [[ CLANG_VERSION == "20" ]]; then
+ if [[ "$CLANG_VERSION" == "20" ]]; then
70
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 \
71
--show-leak-kinds=definite,possible \
72
--suppressions="${SUPPRESSION_FILE}" \
0 commit comments