We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52899c9 commit 4d92d44Copy full SHA for 4d92d44
.github/workflows/build.yml
@@ -106,8 +106,7 @@ jobs:
106
submodules: true
107
- run: rustup update && rustup toolchain install nightly
108
- uses: Swatinem/rust-cache@v2
109
- - uses: taiki-e/install-action@v2
110
- with: { tool: cargo-fuzz }
+ - run: cargo install --force cargo-fuzz
111
- run: python3 build_corpus.py
112
working-directory: ./fuzz
113
- run: cargo +nightly fuzz run parse -- -max_total_time=300 -max_len=128
0 commit comments