Skip to content

Commit 85810a0

Browse files
committed
Try to fix CI
1 parent 52899c9 commit 85810a0

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -106,8 +106,7 @@ jobs:
106106
submodules: true
107107
- run: rustup update && rustup toolchain install nightly
108108
- uses: Swatinem/rust-cache@v2
109-
- uses: taiki-e/install-action@v2
110-
with: { tool: cargo-fuzz }
109+
- uses: cargo install --force cargo-fuzz
111110
- run: python3 build_corpus.py
112111
working-directory: ./fuzz
113112
- run: cargo +nightly fuzz run parse -- -max_total_time=300 -max_len=128

0 commit comments

Comments
 (0)