Skip to content

Commit ffb5eec

Browse files
committed
Auto merge of #136 - Amanieu:cross_git, r=Amanieu
Fix CI by using cargo-cross from git
2 parents 2c60ecb + a1bfa29 commit ffb5eec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ci/run.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ if [ "${CROSS}" = "1" ]; then
2222
export CARGO_NET_RETRY=5
2323
export CARGO_NET_TIMEOUT=10
2424

25-
cargo install cross
25+
cargo install --git https://github.com/rust-embedded/cross.git
2626
CARGO=cross
2727
fi
2828

0 commit comments

Comments
 (0)