mirror of
https://gitlab.redox-os.org/redox-os/redox.git
synced 2026-06-21 20:34:17 +08:00
Set default toolchain to nightly
This commit is contained in:
parent
58511a387a
commit
fcf3b8cf26
@ -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 -s -- -y --default-toolchain none
|
||||
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
|
||||
|
||||
build:
|
||||
script:
|
||||
|
||||
Loading…
Reference in New Issue
Block a user