Skip to content

Commit f9e1633

Browse files
authored
Update main.yml
1 parent 2b3168a commit f9e1633

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ jobs:
143143
valgrind --show-error-list=yes --track-origins=yes --error-exitcode=1 \
144144
--show-leak-kinds=definite,possible \
145145
--gen-suppressions=all \
146-
--suppressions="xeus-cpp-valgrind_x86.supp" \
146+
--suppressions="etc/xeus-cpp-valgrind_x86.supp" \
147147
test/test_xeus_cpp
148148
fi
149149

0 commit comments

Comments
 (0)