Fix the broken fuzz build (#4056)

This commit is contained in:
Leedehai 2024-05-02 11:19:11 -04:00 committed by GitHub
parent d27414937a
commit 69dcc89d84
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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