Skip to content

Commit 13d251f

Browse files
committed
prevent extra updates
1 parent eeecac0 commit 13d251f

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

.github/workflows/ci.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -293,7 +293,6 @@ jobs:
293293
if: ${{ runner.os == 'Linux' && steps.cache.outputs.cache-hit != 'true' }}
294294
run: |
295295
# Install deps
296-
sudo apt-get update
297296
sudo apt-get install valgrind
298297
sudo apt-get autoremove
299298
sudo apt-get clean
@@ -744,7 +743,6 @@ jobs:
744743
if: runner.os == 'Linux'
745744
run: |
746745
# Install deps
747-
sudo apt-get update
748746
sudo apt-get install git g++ debhelper devscripts gnupg python3
749747
sudo apt-get install -y libc6-dbg
750748
sudo snap install valgrind --classic

0 commit comments

Comments
 (0)