fix: remove cache to avoid compile issues

This commit is contained in:
Roman 2026-05-26 14:30:04 +08:00
parent 25f79d2b83
commit 73cb60b90a
No known key found for this signature in database
GPG Key ID: 583BDF43C238B83E

View File

@ -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