Skip to content

Commit 60a4c54

Browse files
authored
Install cargo-fuzz using cargo (#3370)
The install action does something weird that breaks the fuzzer completely Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 232d231 commit 60a4c54

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,7 @@ jobs:
2121
with:
2222
submodules: "recursive"
2323
- name: Install cargo fuzz
24-
uses: taiki-e/install-action@v2
25-
with:
26-
tool: cargo-fuzz
24+
run: cargo install --locked cargo-fuzz
2725
- name: Restore corpus
2826
shell: bash
2927
run: |
@@ -68,9 +66,7 @@ jobs:
6866
with:
6967
submodules: "recursive"
7068
- name: Install cargo fuzz
71-
uses: taiki-e/install-action@v2
72-
with:
73-
tool: cargo-fuzz
69+
run: cargo install --locked cargo-fuzz
7470
- name: Restore corpus
7571
shell: bash
7672
run: |

0 commit comments

Comments
 (0)