mips平台使用1.71.1版本rust

This commit is contained in:
lubeilin
2024-01-06 11:21:59 +08:00
parent 76eaead0b9
commit d72fab04a2
+6
View File
@@ -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/