From b1be6b2cb959ef187a3e23d1d6a39a7e75f1073f Mon Sep 17 00:00:00 2001 From: Clement Tsang <34804052+ClementTsang@users.noreply.github.com> Date: Mon, 21 Apr 2025 03:47:16 -0400 Subject: [PATCH] ci: update the cross version for the Android CI test (#1725) --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b180f3e..7805e7f2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -223,7 +223,7 @@ jobs: os: "ubuntu-latest", target: "aarch64-linux-android", cross: true, - cross-version: "git:cabfc3b02d1edec03869fabdabf6a7f8b0519160", + cross-version: "git:df3309709a4a26b3dc3b1567239c3f38b9da0425", # latest version that I've found works so far no-default-features: true, no-clippy: true, }