Skip to content

Commit 11cd95f

Browse files
author
Jorge Aparicio
committed
install libssh2
1 parent 2f9c64a commit 11cd95f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

ci/install.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,8 @@ add_rustup_target() {
8686

8787
install_xargo() {
8888
if [[ $CARGO == "xargo" ]]; then
89+
sudo apt-get install -y --no-install-recommends \
90+
libssh2-1
8991
curl -sf "https://github.com/raw/japaric/rust-everywhere/master/install.sh" | \
9092
bash -s -- --from japaric/xargo --at $HOME/.cargo/bin
9193
fi

0 commit comments

Comments
 (0)