Jorge Aparicio 8 лет назад
Родитель
Сommit
11cd95f25d
1 измененных файлов с 2 добавлено и 0 удалено
  1. 2 0
      ci/install.sh

+ 2 - 0
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