Skip to content

Commit

Permalink
revert curl command change
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMcCaskey authored Apr 25, 2019
1 parent 3998c9e commit 8eb6a0a
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 @@ -103,7 +103,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
- run:
Expand Down

0 comments on commit 8eb6a0a

Please sign in to comment.