Skip to content

Commit

Permalink
Use --tag to install cross
Browse files Browse the repository at this point in the history
  • Loading branch information
qinsoon committed Jan 17, 2023
1 parent 976e347 commit 5e3b813
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/scripts/build-mmtk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ if ! [ -x "$(command -v cross)" ]; then
echo 'Cross is not available. Will install cross.' >&2
# lock to version 0.2.4. This version uses libc 2.31 for x86_64.
# This matches the version in the sysroot used by V8 (debian bullseye)
cargo install cross@0.2.4 --git https://github.com/cross-rs/cross
cargo install cross --tag v0.2.4 --git https://github.com/cross-rs/cross
fi

# simply build mmtk-v8 with nogc
Expand Down

0 comments on commit 5e3b813

Please sign in to comment.