Skip to content

Commit c86f9d7

Browse files
committed
Use --tag to install cross
1 parent 976e347 commit c86f9d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/scripts/build-mmtk.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ if ! [ -x "$(command -v cross)" ]; then
88
echo 'Cross is not available. Will install cross.' >&2
99
# lock to version 0.2.4. This version uses libc 2.31 for x86_64.
1010
# This matches the version in the sysroot used by V8 (debian bullseye)
11-
cargo install cross@0.2.4 --git https://github.com/cross-rs/cross
11+
cargo install cross --tag v0.2.4 --git https://github.com/cross-rs/cross
1212
fi
1313

1414
# simply build mmtk-v8 with nogc

0 commit comments

Comments
 (0)