Skip to content

Commit 94996e9

Browse files
committed
Run apt-get update
1 parent 8ed2218 commit 94996e9

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,9 @@ jobs:
2020
# - run: sudo apt-get install -y valgrind
2121
# We cannot use Valgrind from apt because we need at least Valgrind 3.20.0
2222
# to support DWARF 5
23-
- run: sudo apt-get install -y libc6-dbg
23+
- run: |
24+
sudo apt-get update
25+
sudo apt-get install -y libc6-dbg
2426
- name: Install Valgrind from source
2527
run: |
2628
wget https://sourceware.org/pub/valgrind/valgrind-3.21.0.tar.bz2

0 commit comments

Comments
 (0)