Skip to content

Commit

Permalink
Pin the cross version in the ci (Closes: uutils#3683)
Browse files Browse the repository at this point in the history
  • Loading branch information
sylvestre authored and baiyuqing committed Jul 10, 2022
1 parent 4bff0c3 commit 62f05a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/CICD.yml
Original file line number Diff line number Diff line change
Expand Up @@ -645,6 +645,7 @@ jobs:
outputs CARGO_USE_CROSS
# ** pass needed environment into `cross` container (iff `cross` not already configured via "Cross.toml")
if [ -n "${CARGO_USE_CROSS}" ] && [ ! -e "Cross.toml" ] ; then
cargo install --version 0.2.1 cross
printf "[build.env]\npassthrough = [\"CI\"]\n" > Cross.toml
fi
# * test only library and/or binaries for arm-type targets
Expand Down

0 comments on commit 62f05a9

Please sign in to comment.