Skip to content

Commit

Permalink
Run apt-get update
Browse files Browse the repository at this point in the history
  • Loading branch information
peterzhu2118 committed Sep 18, 2023
1 parent 8ed2218 commit 94996e9
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
# - run: sudo apt-get install -y valgrind
# We cannot use Valgrind from apt because we need at least Valgrind 3.20.0
# to support DWARF 5
- run: sudo apt-get install -y libc6-dbg
- run: |
sudo apt-get update
sudo apt-get install -y libc6-dbg
- name: Install Valgrind from source
run: |
wget https://sourceware.org/pub/valgrind/valgrind-3.21.0.tar.bz2
Expand Down

0 comments on commit 94996e9

Please sign in to comment.