From 7ec0ed64dd4bc5c9fa1b0c2b4674aa2ebb4b2294 Mon Sep 17 00:00:00 2001 From: Alex Zenla Date: Thu, 21 Mar 2024 21:38:18 +0000 Subject: [PATCH] ci: install cross from git --- hack/ci/install-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hack/ci/install-deps.sh b/hack/ci/install-deps.sh index 139eca8..0343422 100755 --- a/hack/ci/install-deps.sh +++ b/hack/ci/install-deps.sh @@ -6,4 +6,4 @@ sudo apt-get install -y \ build-essential libssl-dev libelf-dev musl-dev \ flex bison bc protobuf-compiler musl-tools qemu-utils sudo gem install --no-document fpm -cargo install cross +cargo install cross --git https://github.com/cross-rs/cross