From f489593824ceee1b8b28af4ff2a4098dc6063ead Mon Sep 17 00:00:00 2001 From: Yakun Xu Date: Wed, 28 Oct 2020 13:00:20 +0800 Subject: [PATCH] [test] arm build with cmake 3.10 (#5727) This commit changes the cmake version used to verify building on arm-based platforms. --- .github/workflows/build.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index f3642cff1..3f19be66c 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -134,7 +134,9 @@ jobs: sudo apt-get --no-install-recommends install -y lib32z1 ninja-build wget ${{ matrix.gcc_download_url }} -O gcc-arm.tar.bz2 tar xjf gcc-arm.tar.bz2 - + # use the minimal required cmake version + sudo pip3 install --system -U cmake==3.10.3 + cmake --version | grep 3.10.3 # required for jn5189 and k32w061 pip install pycryptodome - name: Build