Skip to content

Commit

Permalink
Enforce CMake 3.26.x in GitHub workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickgold committed Nov 18, 2023
1 parent 7be5309 commit 8898560
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,8 @@ jobs:
- name: "Set up CMake and Ninja"
uses: lukka/get-cmake@latest
with:
cmakeVersion: "~3.26.0"

- name: "CMake: Configure release"
run: |
Expand Down

0 comments on commit 8898560

Please sign in to comment.