Skip to content

Commit

Permalink
Restrict cmake on Android build (openvinotoolkit#23693)
Browse files Browse the repository at this point in the history
New cmake fails to be imported in our Android environment

---------

Co-authored-by: Mikhail Ryzhov <mikhail.ryzhov@intel.com>
  • Loading branch information
2 people authored and bbielawx committed Apr 12, 2024
1 parent 1389078 commit e916017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/android_arm64.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit e916017

Please sign in to comment.