From 73ab60ae72e19505d4e8370715ae9aca115b3156 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sun, 5 Oct 2025 17:29:02 +0200 Subject: [PATCH] CI: CMake work-around --- .github/workflows/build-libs.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/build-libs.yml b/.github/workflows/build-libs.yml index fcd3b88..c3c6465 100644 --- a/.github/workflows/build-libs.yml +++ b/.github/workflows/build-libs.yml @@ -6,6 +6,9 @@ on: permissions: # This is needed for pushing a new commit to the repo: contents: write +env: + CMAKE_POLICY_VERSION_MINIMUM: "3.5" + jobs: macos: