From 5e77316d304737a92bc440617bc17025b1d0ce09 Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Tue, 26 Mar 2024 16:56:15 +0100 Subject: [PATCH] Restrict cmake on Android build (#23693) New cmake fails to be imported in our Android environment --------- Co-authored-by: Mikhail Ryzhov --- .github/workflows/android_arm64.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/android_arm64.yml b/.github/workflows/android_arm64.yml index dd8d805261b043..9c7b1cf8b5cb1f 100644 --- a/.github/workflows/android_arm64.yml +++ b/.github/workflows/android_arm64.yml @@ -116,7 +116,7 @@ jobs: apt --assume-yes install ccache scons ninja-build build-essential python3-pip # vcpkg requires cmake 3.19 or later - python3 -m pip install -U pip cmake + python3 -m pip install -U pip cmake~=3.28.0 # vcpkg's tool dependencies apt --assume-yes install curl zip unzip tar # vcpkg 'python3' port dependencies