Skip to content

Commit dd31d41

Browse files
committed
ci: install cargo-fuzz with stable toolchain
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]>
1 parent dfba448 commit dd31d41

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/fuzz.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
if: runner.os == 'Linux'
4747

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

5252
- name: Preparation work

0 commit comments

Comments
 (0)