summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeremy Soller <jackpot51@gmail.com>2018-06-09 18:39:24 -0600
committerJeremy Soller <jackpot51@gmail.com>2018-06-09 18:39:24 -0600
commit58511a387aa559d925140cba8c2e02dd0c48c42e (patch)
tree406f6543d577a0a328b1813ede13ad4a9f8a9d82
parent0544da5252a0f150af4820cbbc5f8658de6f44e1 (diff)
Change arguments to rustup
-rw-r--r--.gitlab-ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 1622fd9..7e7aef6 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 -- --yes --default-toolchain none
+ curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain none
build:
script: