Skip to content

Commit

Permalink
Attempt to fix "Unable to fetch some archives"
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd authored Jun 2, 2024
1 parent 908e112 commit bf450b0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,9 @@ jobs:
- uses: bencherdev/bencher@main
- uses: cargo-bins/cargo-binstall@main

- run: sudo apt-get install valgrind
- run: |
apt update
apt install valgrind
- name: Install iai-callgrind-runner
run: |
Expand Down

0 comments on commit bf450b0

Please sign in to comment.