mirror of
https://github.com/logos-blockchain/lez-fuzzing.git
synced 2026-06-07 11:39:30 +00:00
fix: remove cache to avoid compile issues
This commit is contained in:
parent
7bafa3789b
commit
bdbf3cc361
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