File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,6 @@ install:
28
28
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
29
29
- rustup default stable
30
30
- rustup uninstall beta
31
- - rustup component remove rust-docs & exit 0
32
31
- rustup update
33
32
# Install "master" toolchain
34
33
- cargo install rustup-toolchain-install-master & exit 0
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ 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"
39
38
- rustup update
40
39
# Install "master" toolchain
41
40
- 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