Skip to content

Commit a4c7fb5

Browse files
committed
try just cargo install cargo-fuzz
1 parent 265fb74 commit a4c7fb5

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/checks.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,10 +278,12 @@ jobs:
278278
with:
279279
toolchain: nightly
280280
components: llvm-tools-preview
281-
- name: Install cargo fuzz & rustfilt
281+
- name: Install cargo fuzz
282+
run: cargo install cargo-fuzz
283+
- name: rustfilt
282284
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
283285
with:
284-
tool: cargo-fuzz,rustfilt
286+
tool: rustfilt
285287
- name: Download custom decompression corpus
286288
if: ${{ contains(matrix.corpus, 'gzip-files') }}
287289
run: |

0 commit comments

Comments
 (0)