Skip to content

Commit 2bb3d4f

Browse files
committed
Fix typo in cargo install cargo-fuzz
1 parent 43d95ac commit 2bb3d4f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-fuzz.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: rustup install ${{ steps.nightly_version.outputs.nightly_version }}
3434

3535
- name: Install cargo fuzz
36-
run: cargo install cargo-fuzz --version=${{ steps.cargo_fuzz_version.output.cargo_fuzz_version }}
36+
run: cargo install cargo-fuzz --version=${{ steps.cargo_fuzz_version.outputs.cargo_fuzz_version }}
3737

3838
- name: Build fuzz targets
3939
run: cargo +${{ steps.nightly_version.outputs.nightly_version }} fuzz build --dev

0 commit comments

Comments
 (0)