Skip to content

Commit

Permalink
Ensure fresh apt-get cache before apt-get install
Browse files Browse the repository at this point in the history
  • Loading branch information
kpcyrd committed Oct 5, 2024
1 parent 49b6417 commit d8eeb2c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
restore-keys: ${{ runner.os }}-cargo-release-

- name: Install repro-env
run: sudo apt-get install -y repro-env
run: sudo apt-get update && sudo apt-get install -y repro-env

- name: Build
run: make
Expand Down

0 comments on commit d8eeb2c

Please sign in to comment.