Skip to content

Commit

Permalink
workflows: Fix valgrind installation
Browse files Browse the repository at this point in the history
Run `apt update` before installing.
  • Loading branch information
nwellnhof authored and jgm committed Jan 12, 2024
1 parent e75a3f0 commit 6f89d1a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,7 @@ jobs:
- uses: actions/checkout@v4
- name: Install valgrind
run: |
sudo apt update
sudo apt install -y valgrind
- name: Build and test
run: |
Expand Down

0 comments on commit 6f89d1a

Please sign in to comment.