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 @@ -25,6 +25,7 @@ install:
25
25
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
26
26
- rustup default stable
27
27
- rustup uninstall beta
28
+ - rustup component remove rust-docs & exit 0
28
29
- rustup update
29
30
# Install "master" toolchain
30
31
- cargo install rustup-toolchain-install-master & exit 0
Original file line number Diff line number Diff line change @@ -35,6 +35,7 @@ before_script:
35
35
- export PATH=$HOME/.cargo/bin:$PATH
36
36
- rustup default stable
37
37
- rustup uninstall beta
38
+ - rustup component remove rust-docs || echo "rust-docs already gone"
38
39
- rustup update
39
40
# Install "master" toolchain
40
41
- cargo install rustup-toolchain-install-master || echo "rustup-toolchain-install-master already installed"
You can’t perform that action at this time.
0 commit comments