Skip to content

Commit b620eac

Browse files
authored
Merge pull request #248 from muzarski/install-valgrind-using-apt
ci: install valgrind using apt
2 parents a74579b + 27c799f commit b620eac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ install-cargo-if-missing: update-apt-cache-if-needed
101101
install-valgrind-if-missing: update-apt-cache-if-needed
102102
@valgrind --version >/dev/null 2>&1 || (\
103103
echo "Valgrind not found in the system, install it.";\
104-
sudo snap install valgrind --classic;\
104+
sudo apt install -y valgrind;\
105105
)
106106

107107
install-clang-format-if-missing: update-apt-cache-if-needed

0 commit comments

Comments
 (0)