[github-actions] add -DCMAKE_POLICY_VERSION_MINIMUM=3.5 to mbedtls-2 build (#11383)

This commit is contained in:
Jonathan Hui
2025-04-01 09:37:32 -07:00
committed by GitHub
parent ea55db3db8
commit caa1222e2a
+1 -1
View File
@@ -210,7 +210,7 @@ jobs:
path: third_party/mbedtls/repo
- name: Build
run: |
./script/test build
OT_OPTIONS='-DCMAKE_POLICY_VERSION_MINIMUM=3.5' ./script/test build
arm-gcc:
name: arm-gcc-${{ matrix.gcc_ver }}