Fix the broken fuzz build (#4056)
This commit is contained in:
parent
d27414937a
commit
69dcc89d84
|
|
@ -65,5 +65,5 @@ jobs:
|
||||||
with:
|
with:
|
||||||
toolchain: nightly-2023-09-13
|
toolchain: nightly-2023-09-13
|
||||||
- uses: Swatinem/rust-cache@v2
|
- uses: Swatinem/rust-cache@v2
|
||||||
- run: cargo install cargo-fuzz
|
- run: cargo install --locked cargo-fuzz@0.12.0
|
||||||
- run: cd tests/fuzz && cargo fuzz build --dev
|
- run: cd tests/fuzz && cargo fuzz build --dev
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue