From 2b2a550a98290a49032ea009fb06809785897e11 Mon Sep 17 00:00:00 2001 From: lbl <49143209+lbl8603@users.noreply.github.com> Date: Sat, 28 Jun 2025 17:38:46 +0800 Subject: [PATCH] not specify the rust version --- .github/workflows/rust.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 7774898..0ebb8b9 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -146,9 +146,6 @@ jobs: tar zxf /opt/musl_gcc/$MUSL_URI.tgz -C /opt/musl_gcc/ sudo ln -s /opt/musl_gcc/$MUSL_URI/bin/*gcc /usr/bin/ fi - else - rustup install 1.77 - rustup default 1.77 fi if [[ $TARGET =~ ^mips.*$ ]]; then # mips平台使用nightly版本 @@ -160,9 +157,6 @@ jobs: if [[ -f $RUST_LIB_SRC/library/Cargo.lock && ! -f $RUST_LIB_SRC/Cargo.lock ]]; then cp -f $RUST_LIB_SRC/library/Cargo.lock $RUST_LIB_SRC/Cargo.lock fi - else - rustup install 1.77 - rustup default 1.77 fi rustup -V