install rust with new https curl

This commit is contained in:
Mackenzie Clark 2019-04-23 13:43:40 -07:00
parent 7494e2c8f2
commit 24d5d2d8a7

View File

@ -240,7 +240,7 @@ jobs:
- run:
name: Install Rust
command: |
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly-2019-04-11
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
export PATH="$HOME/.cargo/bin:$PATH"
cargo --version
# Use rust nightly (for singlepass, for now)