rust-docs should be gone from all caches now
This commit is contained in:
parent
1aeecb553a
commit
d518c38219
2 changed files with 0 additions and 2 deletions
|
|
@ -28,7 +28,6 @@ install:
|
|||
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
|
||||
- rustup default stable
|
||||
- rustup uninstall beta
|
||||
- rustup component remove rust-docs & exit 0
|
||||
- rustup update
|
||||
# Install "master" toolchain
|
||||
- cargo install rustup-toolchain-install-master & exit 0
|
||||
|
|
|
|||
|
|
@ -35,7 +35,6 @@ before_script:
|
|||
- export PATH=$HOME/.cargo/bin:$PATH
|
||||
- rustup default stable
|
||||
- rustup uninstall beta
|
||||
- rustup component remove rust-docs || echo "rust-docs already gone"
|
||||
- rustup update
|
||||
# Install "master" toolchain
|
||||
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue