build: switch back to latest official RTIM release

This commit is contained in:
Lzu Tao 2019-10-15 00:45:48 +07:00
parent 8fae2dd3c1
commit 02dcd629ae
2 changed files with 2 additions and 3 deletions

View file

@ -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

View file

@ -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