mirror of
https://github.com/rust-lang/rust.git
synced 2025-01-26 06:35:27 +00:00
build: switch back to latest official RTIM release
This commit is contained in:
parent
8fae2dd3c1
commit
02dcd629ae
@ -18,7 +18,7 @@ install:
|
||||
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
|
||||
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
|
||||
- del rust-toolchain
|
||||
- cargo install --git https://github.com/kennytm/rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
|
||||
- cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
|
||||
- rustup-toolchain-install-master -f -n master
|
||||
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
|
||||
- rustup default master
|
||||
|
@ -5,8 +5,7 @@ cd "$(dirname "$0")" || exit
|
||||
|
||||
if ! command -v rustup-toolchain-install-master > /dev/null; then
|
||||
cargo install \
|
||||
--git https://github.com/lzutao/rustup-toolchain-install-master \
|
||||
--rev c44dbf920b644000ac3ba01184cbb1a01bb91519 \
|
||||
rustup-toolchain-install-master \
|
||||
--bin rustup-toolchain-install-master \
|
||||
--debug
|
||||
fi
|
||||
|
Loading…
Reference in New Issue
Block a user