Skip to content

Commit 50e78b3

Browse files
committed
[DO NOT MERGE] fixing env variable in shell
1 parent 9da822f commit 50e78b3

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
@@ -66,7 +66,7 @@ runs:
6666
CLANG_INTERPRETER="clang"
6767
fi
6868
SUPPRESSION_FILE="../etc/${CLANG_INTERPRETER}${CLANG_VERSION}-valgrind.supp"
69-
if [[ CLANG_VERSION == "20" ]]; then
69+
if [[ "$CLANG_VERSION" == "20" ]]; then
7070
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 \
7171
--show-leak-kinds=definite,possible \
7272
--suppressions="${SUPPRESSION_FILE}" \

0 commit comments

Comments
 (0)