Minor rustup argument invocation fix

This commit is contained in:
timvisee 2018-06-18 19:59:02 +02:00
parent 0b58682b1b
commit 0e8f643210
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

View file

@ -86,7 +86,7 @@ bin-linux-x64:
before_script: &release-bin-before-script
- apt-get update -y
- apt-get install -y --no-install-recommends build-essential pkg-config libssl-dev curl
- curl https://sh.rustup.rs -sSf | sh -s -y --no-modify-path --default-toolchain $RUST_VERSION
- curl https://sh.rustup.rs -sSf | sh -s -- -y --no-modify-path --default-toolchain $RUST_VERSION
- export PATH=/usr/local/cargo/bin:$PATH
- export RUSTUP_HOME=/usr/local/rustup
- export CARGO_HOME=/usr/local/cargo