File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff 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 : |
You can’t perform that action at this time.
0 commit comments