mirror of
https://github.com/rtic-rs/rtic.git
synced 2024-11-23 20:22:51 +01:00
Pin Travis to Xargo 0.3.8
This commit is contained in:
parent
b50c9095c0
commit
df85298c5a
1 changed files with 2 additions and 2 deletions
|
@ -3,8 +3,8 @@ set -euxo pipefail
|
||||||
main() {
|
main() {
|
||||||
case $TARGET in
|
case $TARGET in
|
||||||
thumbv*-none-eabi*)
|
thumbv*-none-eabi*)
|
||||||
cargo install --list | grep xargo || \
|
cargo install --list | grep 'xargo v0.3.8' || \
|
||||||
cargo install xargo
|
cargo install xargo --vers 0.3.8
|
||||||
rustup component list | grep 'rust-src.*installed' || \
|
rustup component list | grep 'rust-src.*installed' || \
|
||||||
rustup component add rust-src
|
rustup component add rust-src
|
||||||
;;
|
;;
|
||||||
|
|
Loading…
Reference in a new issue