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.
1 parent eeecac0 commit 13d251fCopy full SHA for 13d251f
.github/workflows/ci.yml
@@ -293,7 +293,6 @@ jobs:
293
if: ${{ runner.os == 'Linux' && steps.cache.outputs.cache-hit != 'true' }}
294
run: |
295
# Install deps
296
- sudo apt-get update
297
sudo apt-get install valgrind
298
sudo apt-get autoremove
299
sudo apt-get clean
@@ -744,7 +743,6 @@ jobs:
744
743
if: runner.os == 'Linux'
745
746
747
748
sudo apt-get install git g++ debhelper devscripts gnupg python3
749
sudo apt-get install -y libc6-dbg
750
sudo snap install valgrind --classic
0 commit comments