From c2d1d061efc46ebfffc1f8b944f7b788963ee541 Mon Sep 17 00:00:00 2001 From: Sylvestre Ledru Date: Wed, 29 Jun 2022 14:11:37 +0200 Subject: [PATCH] Pin the cross version in the ci (Closes: #3683) --- .github/workflows/CICD.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/CICD.yml b/.github/workflows/CICD.yml index 8a6639049..f91795cbf 100644 --- a/.github/workflows/CICD.yml +++ b/.github/workflows/CICD.yml @@ -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