Skip to content

Commit

Permalink
Fix typo in rustup install nightly
Browse files Browse the repository at this point in the history
  • Loading branch information
saulecabrera committed Jul 8, 2024
1 parent 9f4e63c commit 43d95ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/check-fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
echo "::set-output name=cargo_fuzz_version::$CARGO_FUZZ_VERSION"
- name: Install nightly
run: rustup install +${{ steps.nightly_version.outputs.nightly_version }}
run: rustup install ${{ steps.nightly_version.outputs.nightly_version }}

- name: Install cargo fuzz
run: cargo install cargo-fuzz --version=${{ steps.cargo_fuzz_version.output.cargo_fuzz_version }}
Expand Down

0 comments on commit 43d95ac

Please sign in to comment.