Skip to content

Commit 36a1f74

Browse files
committed
Try out get-cmake action.
1 parent 5b802c8 commit 36a1f74

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/checks.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,9 @@ jobs:
5151
# This check succeeds if Doxygen documentation generates without errors.
5252
runs-on: ubuntu-22.04
5353
steps:
54+
- uses: lukka/get-cmake@latest
55+
with:
56+
cmakeVersion: "~3.31.0" # <--= optional, use most recent 3.31.x version
5457
- uses: actions/checkout@v3
5558
with:
5659
submodules: false

0 commit comments

Comments
 (0)