We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ed2218 commit 94996e9Copy full SHA for 94996e9
.github/workflows/test.yml
@@ -20,7 +20,9 @@ jobs:
20
# - run: sudo apt-get install -y valgrind
21
# We cannot use Valgrind from apt because we need at least Valgrind 3.20.0
22
# to support DWARF 5
23
- - run: sudo apt-get install -y libc6-dbg
+ - run: |
24
+ sudo apt-get update
25
+ sudo apt-get install -y libc6-dbg
26
- name: Install Valgrind from source
27
run: |
28
wget https://sourceware.org/pub/valgrind/valgrind-3.21.0.tar.bz2
0 commit comments