Skip to content

Commit

Permalink
ci: run apt-get update
Browse files Browse the repository at this point in the history
needed by some version change?
  • Loading branch information
hellux committed Jan 12, 2024
1 parent f9d670c commit f07e054
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 @@ -96,6 +96,7 @@ jobs:
run: |
rustup update stable
rustup default stable
sudo apt-get update
sudo apt-get install valgrind
- name: "Fetch benchmark inputs"
run: make bench
Expand Down

0 comments on commit f07e054

Please sign in to comment.