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:
5050 - env : INTEGRATION=hyperium/hyper
5151
5252script :
53+ - rm rust-toolchain
5354 - cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
5455 - travis_retry rustup-toolchain-install-master -f -n master
5556 - rustup default master
Original file line number Diff line number Diff line change @@ -13,6 +13,7 @@ environment:
1313
1414install :
1515 - set PATH=C:\Program Files\Git\mingw64\bin;%PATH%
16+ - del rust-toolchain
1617 - curl -sSf -o rustup-init.exe https://win.rustup.rs/
1718 - rustup-init.exe -y --default-host %TARGET% --default-toolchain nightly
1819 - 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