Skip to content

Commit

Permalink
Delete stale Cargo.lock and install precise version of honggfuzz
Browse files Browse the repository at this point in the history
  • Loading branch information
thomaseizinger committed Feb 1, 2021
1 parent 77fc241 commit 243bb22
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 724 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ jobs:
path: |
~/.cargo/bin/cargo-honggfuzz
~/.cargo/bin/cargo-hfuzz
key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz
key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz-0.5.51

- name: Install honggfuzz
run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz
run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz@0.5.51

- name: Install fuzz dependencies
run: |
Expand Down
Loading

0 comments on commit 243bb22

Please sign in to comment.