File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ install:
21
21
- set /p RUSTC_HASH=<rust-version
22
22
# Install Rust
23
23
- curl -sSf --retry 3 -o rustup-init.exe https://win.rustup.rs/
24
- - rustup-init.exe -y --default-host %TARGET% --default-toolchain stable
24
+ - rustup-init.exe -y --default-host %TARGET% --default-toolchain stable --profile minimal
25
25
- set PATH=%USERPROFILE%\.cargo\bin;%PATH%
26
26
- rustup default stable
27
27
- rustup uninstall beta
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ before_script:
31
31
RUSTC_HASH=$(cat rust-version)
32
32
fi
33
33
# Install Rust ("stable" toolchain for better caching, it is just used to build rustup-toolchain-install-master)
34
- - curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain stable
34
+ - curl https://build.travis-ci.org/files/rustup-init.sh -sSf | sh -s -- -y --default-toolchain stable --profile minimal
35
35
- export PATH=$HOME/.cargo/bin:$PATH
36
36
- rustup default stable
37
37
- rustup uninstall beta
You can’t perform that action at this time.
0 commit comments