Skip to content

Commit bc8f572

Browse files
author
Jorge Aparicio
committed
pin xargo and gist versions
1 parent 2f41bab commit bc8f572

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ci/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ install_qemu() {
1111
}
1212

1313
install_gist() {
14-
gem install gist
14+
gem install gist -v 4.5.0
1515
}
1616

1717
install_binutils() {
@@ -41,7 +41,7 @@ add_rustup_target() {
4141
install_xargo() {
4242
if [[ $CARGO == xargo ]]; then
4343
curl -sf "https://raw.githubusercontent.com/japaric/rust-everywhere/master/install.sh" | \
44-
bash -s -- --from japaric/xargo --at /root/.cargo/bin
44+
bash -s -- --from japaric/xargo --at /root/.cargo/bin --vers 0.1.5
4545
fi
4646
}
4747

0 commit comments

Comments
 (0)