Skip to content

Commit

Permalink
ci: install cargo-fuzz with stable toolchain
Browse files Browse the repository at this point in the history
The rustc version 1.77.0-nightly does not meet the requirement of
`cargo-platform v0.1.9`. Use latest stable toolchain to install the
`cargo-fuzz`.

Signed-off-by: Jiaqi Gao <[email protected]>
  • Loading branch information
gaojiaqi7 authored and jyao1 committed Dec 6, 2024
1 parent d71791b commit c3dc451
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/fuzz.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
if: runner.os == 'Linux'

- name: Install Cargo-Fuzz (Linux)
run: cargo install cargo-fuzz
run: cargo +stable install cargo-fuzz
if: runner.os == 'Linux'

- name: Preparation work
Expand Down

0 comments on commit c3dc451

Please sign in to comment.