Skip to content

Commit 033ec80

Browse files
committed
retry cache
1 parent e511a6e commit 033ec80

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -294,8 +294,7 @@ jobs:
294294
run: |
295295
# Install deps
296296
sudo apt-get update
297-
sudo apt-get install -y libc6-dbg
298-
sudo snap install valgrind --classic
297+
sudo apt-get install valgrind
299298
sudo apt-get autoremove
300299
sudo apt-get clean
301300
@@ -746,7 +745,7 @@ jobs:
746745
run: |
747746
# Install deps
748747
sudo apt-get update
749-
sudo apt-get install git g++ debhelper devscripts gnupg python3 valgrind
748+
sudo apt-get install git g++ debhelper devscripts gnupg python3
750749
sudo apt-get install -y libc6-dbg
751750
sudo snap install valgrind --classic
752751
sudo apt autoremove

0 commit comments

Comments
 (0)