Skip to content

Commit 3d1f704

Browse files
authored
Try #124:
2 parents 4d384c5 + d46bb56 commit 3d1f704

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

ci/install.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@ main() {
44
if [ -x "$(command -v cross)" ]; then
55
cross -V
66
else
7-
cargo install cross
7+
rustup install stable
8+
cargo +stable install cross
89
fi
910
}
1011

0 commit comments

Comments
 (0)