Skip to content

Commit

Permalink
add curl34
Browse files Browse the repository at this point in the history
  • Loading branch information
gakonst committed Aug 19, 2019
1 parent 888e006 commit ec5c54c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .circleci/config.yml
Expand Up @@ -19,10 +19,12 @@ jobs:
# cargo-audit started requiring libcurl3
echo "deb http://ppa.launchpad.net/xapienz/curl34/ubuntu xenial main" | sudo tee -a /etc/apt/sources.list
echo "deb http://security.ubuntu.com/ubuntu xenial-security main" | sudo tee -a /etc/apt/sources.list
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com
3B4FE6ACC0B21F32
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 40976EAF437D05B5
sudo apt-get update
sudo apt-get install libcurl3 -y
sudo apt-get install curl -y
sudo apt-key adv --recv-keys --keyserver keyserver.ubuntu.com 3B4FE6ACC0B21F32
cargo install --quiet cargo-audit || true # cargo-kcov
rustup component add rustfmt clippy || true
- run:
Expand Down

0 comments on commit ec5c54c

Please sign in to comment.