Skip to content

Commit 0ea63fd

Browse files
Delete stale Cargo.lock and install precise version of honggfuzz
1 parent 77fc241 commit 0ea63fd

File tree

2 files changed

+2
-724
lines changed

2 files changed

+2
-724
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,10 +54,10 @@ jobs:
5454
path: |
5555
~/.cargo/bin/cargo-honggfuzz
5656
~/.cargo/bin/cargo-hfuzz
57-
key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz
57+
key: ubuntu-rust-${{ env.RUST_TOOLCHAIN }}-honggfuzz-0.5.51
5858

5959
- name: Install honggfuzz
60-
run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz
60+
run: which cargo-honggfuzz && which cargo-hfuzz || cargo install honggfuzz --version 0.5.51
6161

6262
- name: Install fuzz dependencies
6363
run: |

0 commit comments

Comments
 (0)