Skip to content

Commit f0cc614

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 f0cc614

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
@@ -36,7 +36,7 @@ jobs:
3636
components: rust-src, llvm-tools-preview
3737

3838
- name: Run cargo install cargo-xbuild
39-
run: cargo install cargo-xbuild
39+
run: cargo +stable install cargo-xbuild
4040

4141
- name: install NASM
4242
uses: ilammy/setup-nasm@v1

0 commit comments

Comments
 (0)