Skip to content

Commit

Permalink
pin cmake version to <3.29 due to dune cmake issue for cmake >=3.29
Browse files Browse the repository at this point in the history
  • Loading branch information
lkeegan committed Apr 11, 2024
1 parent ae8b13a commit a8585a9
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a8585a9

Please sign in to comment.