We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e511a6e commit 033ec80Copy full SHA for 033ec80
1 file changed
.github/workflows/ci.yml
@@ -294,8 +294,7 @@ jobs:
294
run: |
295
# Install deps
296
sudo apt-get update
297
- sudo apt-get install -y libc6-dbg
298
- sudo snap install valgrind --classic
+ sudo apt-get install valgrind
299
sudo apt-get autoremove
300
sudo apt-get clean
301
@@ -746,7 +745,7 @@ jobs:
746
745
747
748
749
- sudo apt-get install git g++ debhelper devscripts gnupg python3 valgrind
+ sudo apt-get install git g++ debhelper devscripts gnupg python3
750
sudo apt-get install -y libc6-dbg
751
sudo snap install valgrind --classic
752
sudo apt autoremove
0 commit comments