Skip to content

Commit

Permalink
misc: Update repos before installing valgrind
Browse files Browse the repository at this point in the history
  • Loading branch information
Serial-ATA committed Apr 20, 2024
1 parent 702e8c1 commit fde1a34
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/bench.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- uses: actions/checkout@v4

- name: Install callgrind
run: sudo apt-get install -y valgrind
run: |
sudo apt-get update
sudo apt-get install -y valgrind
- name: Install iai-callgrind-runner
run: |
version=$(cargo metadata --format-version=1 |\
Expand Down

0 comments on commit fde1a34

Please sign in to comment.