File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ matrix:
50
50
- env : INTEGRATION=hyperium/hyper
51
51
52
52
script :
53
+ - rm rust-toolchain
53
54
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
54
55
- travis_retry rustup-toolchain-install-master -f -n master
55
56
- rustup default master
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ environment:
13
13
14
14
install :
15
15
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
16
+ - del rust-toolchain
16
17
- curl -sSf -o rustup-init.exe https://win.rustup.rs/
17
18
- rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
18
19
- set PATH=%PATH%;C:\Users\appveyor\.cargo\bin;C:\Users\appveyor\.rustup\toolchains\nightly-%TARGET%\bin
You can’t perform that action at this time.
0 commit comments