Skip to content

Commit 2f9c64a

Browse files
author
Jorge Aparicio
committed
change Xargo installation path
1 parent 164b219 commit 2f9c64a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,8 @@ add_rustup_target() {
8686

8787
install_xargo() {
8888
if [[ $CARGO == "xargo" ]]; then
89-
curl -sf "https://github.com/raw/japaric/rust-everywhere/master/install.sh" | bash -s -- --from japaric/xargo
89+
curl -sf "https://github.com/raw/japaric/rust-everywhere/master/install.sh" | \
90+
bash -s -- --from japaric/xargo --at $HOME/.cargo/bin
9091
fi
9192
}
9293

0 commit comments

Comments
 (0)