mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 03:29:26 +00:00
fix: remove cache to avoid compile issues
This commit is contained in:
parent
25f79d2b83
commit
73cb60b90a
8
.github/workflows/fuzz-afl.yml
vendored
8
.github/workflows/fuzz-afl.yml
vendored
@ -77,14 +77,6 @@ jobs:
|
||||
- name: Install Rust (stable)
|
||||
uses: dtolnay/rust-toolchain@stable
|
||||
|
||||
- name: Cache fuzz/target
|
||||
uses: actions/cache@v4
|
||||
with:
|
||||
path: fuzz/target
|
||||
key: afl-fuzz-target-${{ matrix.target }}-${{ hashFiles('fuzz/Cargo.lock') }}
|
||||
restore-keys: |
|
||||
afl-fuzz-target-${{ matrix.target }}-
|
||||
|
||||
- name: Install cargo-afl
|
||||
run: cargo install cargo-afl --locked
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user