Skip to content

Commit ea5f70d

Browse files
committed
Install cross from crates.io
1 parent 0ed13ab commit ea5f70d

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 --git https://github.com/rust-embedded/cross.git
25+
cargo install --locked cross
2626
CARGO=cross
2727
fi
2828

0 commit comments

Comments
 (0)