From 0544da5252a0f150af4820cbbc5f8658de6f44e1 Mon Sep 17 00:00:00 2001 From: Jeremy Soller Date: Sat, 9 Jun 2018 18:16:20 -0600 Subject: [PATCH] Adjust rustup install --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 386ee8d..1622fd9 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 + curl https://sh.rustup.rs -sSf | sh -s -- --yes --default-toolchain none build: script: