diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 92da49b4c..573c3fb45 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -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 }}