Adjust rustup install
This commit is contained in:
parent
884d4e851a
commit
0544da5252
|
@ -11,7 +11,7 @@ before_script:
|
|||
apt-get update -qq &&
|
||||
apt-get purge -qq binutils-doc &&
|
||||
apt-get install -qq x86-64-unknown-redox-gcc &&
|
||||
curl https://sh.rustup.rs -sSf | sh
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- --yes --default-toolchain none
|
||||
|
||||
build:
|
||||
script:
|
||||
|
|
Loading…
Reference in a new issue