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.
2 parents a74579b + 27c799f commit b620eacCopy full SHA for b620eac
Makefile
@@ -101,7 +101,7 @@ install-cargo-if-missing: update-apt-cache-if-needed
101
install-valgrind-if-missing: update-apt-cache-if-needed
102
@valgrind --version >/dev/null 2>&1 || (\
103
echo "Valgrind not found in the system, install it.";\
104
- sudo snap install valgrind --classic;\
+ sudo apt install -y valgrind;\
105
)
106
107
install-clang-format-if-missing: update-apt-cache-if-needed
0 commit comments