Skip to content

Commit 46af6ac

Browse files
authored
Use latest CMake in CI (#44)
1 parent 8c1e079 commit 46af6ac

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,9 @@ jobs:
113113
with:
114114
fetch-depth: 2
115115

116+
- name: Install CMake
117+
uses: lukka/get-cmake@latest
118+
116119
- name: Build and install
117120
run: |
118121
cmake --preset all-enabled

0 commit comments

Comments
 (0)