Skip to content

Commit a1bfa29

Browse files
committed
Fix CI by using cargo-cross from git
1 parent 2c60ecb commit a1bfa29

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)