From d72fab04a2595763f23aa06c51145d3c3b945f89 Mon Sep 17 00:00:00 2001 From: lubeilin <1791778603@qq.com> Date: Sat, 6 Jan 2024 11:21:59 +0800 Subject: [PATCH] =?UTF-8?q?mips=E5=B9=B3=E5=8F=B0=E4=BD=BF=E7=94=A81.71.1?= =?UTF-8?q?=E7=89=88=E6=9C=ACrust?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/rust.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index ab4870f..4977440 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -120,6 +120,12 @@ jobs: ;; esac + if [[ $TARGET =~ ^mips.*$ ]]; then + # mips平台使用1.71.1版本 + rustup install 1.71.1 + rustup default 1.71.1 + fi + if [ -n "$MUSL_URI" ]; then mkdir -p ./musl_gcc wget -c https://musl.cc/$MUSL_URI.tgz -P ./musl_gcc/