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 3cd3df4Copy full SHA for 3cd3df4
.github/workflows/ci.yml
@@ -293,10 +293,7 @@ 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
300
301
- name: Install deps on MacOS
302
if: ${{ runner.os == 'macOS' && steps.cache.outputs.cache-hit != 'true' }}
@@ -744,7 +741,6 @@ jobs:
744
741
if: runner.os == 'Linux'
745
742
746
743
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