Merge pull request #395 from wasmerio/fix/revert-curl-command-in-ci

revert curl command to not ask for tls 1.2 in ci
This commit is contained in:
Syrus Akbary 2019-04-25 15:12:05 -07:00 committed by GitHub
commit 9dd5eca3cc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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