Skip to content

Commit fe08571

Browse files
authored
chore: Add setup-rust to fuzz workflow (#3644)
Signed-off-by: Robert Kruszewski <[email protected]>
1 parent 5b48659 commit fe08571

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/fuzz.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ jobs:
2323
- uses: actions/checkout@v4
2424
with:
2525
submodules: "recursive"
26+
- uses: ./.github/actions/setup-rust
2627
- name: Install cargo fuzz
2728
run: cargo install --locked cargo-fuzz
2829
- name: Restore corpus
@@ -71,6 +72,7 @@ jobs:
7172
- uses: actions/checkout@v4
7273
with:
7374
submodules: "recursive"
75+
- uses: ./.github/actions/setup-rust
7476
- name: Install cargo fuzz
7577
run: cargo install --locked cargo-fuzz
7678
- name: Restore corpus

0 commit comments

Comments
 (0)