From 11cd95f25df43daa7bc9ab2e10a84fbbf46b9e59 Mon Sep 17 00:00:00 2001 From: Jorge Aparicio Date: Sat, 13 Aug 2016 12:58:44 -0500 Subject: [PATCH] install libssh2 --- ci/install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ci/install.sh b/ci/install.sh index 84441ce..3bd806d 100644 --- a/ci/install.sh +++ b/ci/install.sh @@ -86,6 +86,8 @@ add_rustup_target() { install_xargo() { if [[ $CARGO == "xargo" ]]; then + sudo apt-get install -y --no-install-recommends \ + libssh2-1 curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \ bash -s -- --from japaric/xargo --at $HOME/.cargo/bin fi