Skip to content

Commit 8cdd6a9

Browse files
committed
use cargo install cargo-fuzz
1 parent a9729f6 commit 8cdd6a9

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/checks.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,7 @@ jobs:
213213
with:
214214
toolchain: nightly
215215
- name: Install cargo fuzz
216-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
217-
with:
218-
tool: cargo-fuzz
216+
run: cargo install cargo-fuzz
219217
- name: Smoke-test fuzz targets
220218
run: |
221219
cargo fuzz build --no-default-features --features="${{ matrix.features }}"
@@ -250,10 +248,12 @@ jobs:
250248
with:
251249
toolchain: nightly
252250
components: llvm-tools-preview
253-
- name: Install cargo fuzz & rustfilt
254-
uses: taiki-e/install-action@56ab7930c591507f833cbaed864d201386d518a8
251+
- name: Install rustfilt
252+
uses: taiki-e/install-action@a27ef18d36cfa66b0af3a360104621793b41c036 # v2.54.3
255253
with:
256-
tool: cargo-fuzz,rustfilt
254+
tool: rustfilt
255+
- name: Install cargo fuzz
256+
run: cargo install cargo-fuzz
257257
- name: Download custom decompression corpus
258258
if: ${{ contains(matrix.corpus, 'bzip2-files') }}
259259
run: |

0 commit comments

Comments
 (0)