Skip to content

Commit

Permalink
install rust with new https curl
Browse files Browse the repository at this point in the history
  • Loading branch information
xmclark committed Apr 23, 2019
1 parent 7494e2c commit 24d5d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 24d5d2d

Please sign in to comment.