We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 43d95ac commit 2bb3d4fCopy full SHA for 2bb3d4f
.github/workflows/check-fuzz.yml
@@ -33,7 +33,7 @@ jobs:
33
run: rustup install ${{ steps.nightly_version.outputs.nightly_version }}
34
35
- name: Install cargo fuzz
36
- run: cargo install cargo-fuzz --version=${{ steps.cargo_fuzz_version.output.cargo_fuzz_version }}
+ run: cargo install cargo-fuzz --version=${{ steps.cargo_fuzz_version.outputs.cargo_fuzz_version }}
37
38
- name: Build fuzz targets
39
run: cargo +${{ steps.nightly_version.outputs.nightly_version }} fuzz build --dev
0 commit comments