Skip to content

Commit

Permalink
Shouldn't have removed sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
dholroyd authored Jun 2, 2024
1 parent bf450b0 commit cbb6655
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/benchmark.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ jobs:
- uses: bencherdev/bencher@main
- uses: cargo-bins/cargo-binstall@main

- run: |
apt update
apt install valgrind
- run: sudo apt update && sudo apt install valgrind

- name: Install iai-callgrind-runner
run: |
Expand Down

0 comments on commit cbb6655

Please sign in to comment.