We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2f9c64a commit 11cd95fCopy full SHA for 11cd95f
ci/install.sh
@@ -86,6 +86,8 @@ add_rustup_target() {
86
87
install_xargo() {
88
if [[ $CARGO == "xargo" ]]; then
89
+ sudo apt-get install -y --no-install-recommends \
90
+ libssh2-1
91
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
92
bash -s -- --from japaric/xargo --at $HOME/.cargo/bin
93
fi
0 commit comments