Skip to content

Commit

Permalink
mips平台使用rust 1.71.1版本
Browse files Browse the repository at this point in the history
  • Loading branch information
vnt-dev committed Jan 3, 2024
1 parent e8d23bf commit 4b9aaf8
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/rust.yml
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,11 @@ jobs:
MUSL_URI=mips-linux-musl-cross
;;
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/
Expand Down

0 comments on commit 4b9aaf8

Please sign in to comment.