Skip to content

Commit

Permalink
tweak get-cmake for CMake version
Browse files Browse the repository at this point in the history
  • Loading branch information
jefftrull committed Nov 29, 2024
1 parent c7272a1 commit 1ed1b6c
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,9 @@ jobs:
echo "build-output-dir=${{ github.workspace }}/build" >> "$GITHUB_OUTPUT"
- name: Get CMake
uses: lukka/[email protected]
uses: lukka/get-cmake@latest
with:
cmakeVersion: 3.28.3

- name: Configure CMake
# Configure CMake in a 'build' subdirectory. `CMAKE_BUILD_TYPE` is only required if you are using a single-configuration generator such as make.
Expand Down

0 comments on commit 1ed1b6c

Please sign in to comment.