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 164b219 commit 2f9c64aCopy full SHA for 2f9c64a
ci/install.sh
@@ -86,7 +86,8 @@ add_rustup_target() {
86
87
install_xargo() {
88
if [[ $CARGO == "xargo" ]]; then
89
- curl -sf "https://github.com/raw/japaric/rust-everywhere/master/install.sh" | bash -s -- --from japaric/xargo
+ curl -sf "https://github.com/raw/japaric/rust-everywhere/master/install.sh" | \
90
+ bash -s -- --from japaric/xargo --at $HOME/.cargo/bin
91
fi
92
}
93
0 commit comments