From fcf3b8cf26641e05d251eb8b7a255a3fd6ba404e Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 9 Jun 2018 18:41:18 -0600 Subject: [PATCH] Set default toolchain to nightly --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 7e7aef6..0ab2b51 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: