修改CICD安装Rust环境bug
Some checks failed
build / build-rust (push) Failing after 52s

This commit is contained in:
soul-walker 2024-09-15 09:55:52 +08:00
parent 2ac1c1b826
commit d50404736f

View File

@ -18,6 +18,7 @@ jobs:
export RUSTUP_DIST_SERVER="https://rsproxy.cn"
export RUSTUP_UPDATE_ROOT="https://rsproxy.cn/rustup"
curl --proto '=https' --tlsv1.2 -sSf https://rsproxy.cn/rustup-init.sh | sh -s -- -y
. $HOME/.cargo/env
mkdir -p ~/.cargo
echo '[source.crates-io]' > ~/.cargo/config.toml
echo 'replace-with = "rsproxy-sparse"' >> ~/.cargo/config.toml