This commit is contained in:
parent
3a35510b57
commit
2ac1c1b826
@ -17,7 +17,7 @@ jobs:
|
||||
run: |
|
||||
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
|
||||
curl --proto '=https' --tlsv1.2 -sSf https://rsproxy.cn/rustup-init.sh | sh -s -- -y
|
||||
mkdir -p ~/.cargo
|
||||
echo '[source.crates-io]' > ~/.cargo/config.toml
|
||||
echo 'replace-with = "rsproxy-sparse"' >> ~/.cargo/config.toml
|
||||
|
Loading…
Reference in New Issue
Block a user