File tree Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Expand file tree Collapse file tree 2 files changed +2
-3
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ install:
18
18
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
19
19
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin
20
20
- del rust-toolchain
21
- - cargo install --git https://github.com/kennytm/ rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
21
+ - cargo install rustup-toolchain-install-master --debug || echo "rustup-toolchain-install-master already installed"
22
22
- rustup-toolchain-install-master -f -n master
23
23
- rustup component add rustfmt --toolchain nightly & exit 0 # Format test handles missing rustfmt
24
24
- rustup default master
Original file line number Diff line number Diff line change @@ -5,8 +5,7 @@ cd "$(dirname "$0")" || exit
5
5
6
6
if ! command -v rustup-toolchain-install-master > /dev/null; then
7
7
cargo install \
8
- --git https://github.com/lzutao/rustup-toolchain-install-master \
9
- --rev c44dbf920b644000ac3ba01184cbb1a01bb91519 \
8
+ rustup-toolchain-install-master \
10
9
--bin rustup-toolchain-install-master \
11
10
--debug
12
11
fi
You can’t perform that action at this time.
0 commit comments