add the other correct usage of rustup install

This commit is contained in:
Mackenzie Clark 2019-04-23 13:53:48 -07:00
parent 24d5d2d8a7
commit b1ece9dc41

View File

@ -103,7 +103,7 @@ jobs:
- run:
name: Install Rust
command: |
curl https://sh.rustup.rs -sSf | sh -s -- -y
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh -s -- -y --default-toolchain nightly
export PATH="$HOME/.cargo/bin:$PATH"
cargo --version
- run: