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 committed Jun 3, 2024
1 parent a167257 commit 790e784
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
lfs: true
- uses: cargo-bins/cargo-binstall@main

- run: sudo apt-get install valgrind
- run: sudo apt update && sudo apt install valgrind
- run: cargo binstall --no-confirm iai-callgrind-runner@0.10.2
- run: |
IAI_CALLGRIND_COLOR=never cargo bench --bench ci_bench > benchmark_results.txt
Expand Down

0 comments on commit 790e784

Please sign in to comment.