Skip to content

Commit

Permalink
Force install to fix cache issue (#2160)
Browse files Browse the repository at this point in the history
  • Loading branch information
fintelia committed Feb 25, 2024
1 parent 1f2238f commit d6f4761
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 @@ -127,7 +127,7 @@ jobs:
cache-all-crates: true
cache-on-failure: true
- name: Install cargo-afl
run: cargo install --locked cargo-afl
run: cargo install --locked -f cargo-afl
- name: build
run: |
cd fuzz-afl
Expand Down

0 comments on commit d6f4761

Please sign in to comment.