From a8585a9c670ca796755a917099fb23bc5ca599b2 Mon Sep 17 00:00:00 2001 From: Liam Keegan Date: Thu, 11 Apr 2024 14:19:38 +0200 Subject: [PATCH] pin cmake version to <3.29 due to dune cmake issue for cmake >=3.29 --- .github/workflows/release.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 444d163..ebf4b03 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,6 +24,10 @@ jobs: shell: ${{ matrix.shell }} steps: - uses: spatial-model-editor/setup-ci@v1 + - uses: jwlawson/actions-setup-cmake@v2 + with: + cmake-version: "3.28.x" + - run: cmake --version - uses: actions/checkout@v4 - name: Build script run: ./build.sh