Skip to content

Commit 12f9d5a

Browse files
committed
CI: Switch CMake setup action to lukka/get-cmake
https://github.com/lukka/get-cmake has support for CMake pre-releases which https://github.com/jwlawson/actions-setup-cmake does not support. It also appears that get-cmake action is actively maintained while actions-setup-cmake has not had an update in ~1.5 years.
1 parent 51358d2 commit 12f9d5a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,9 @@ jobs:
3636
path: src
3737

3838
- name: Setup cmake
39-
uses: jwlawson/actions-setup-cmake@v2.0.2
39+
uses: lukka/get-cmake@4169813123dd72674c1697fc8f2554818db4c92b # v4.2.0-rc1
4040
with:
41-
cmake-version: ${{ matrix.cmake-version }}
41+
cmakeVersion: ${{ matrix.cmake-version }}
4242

4343
- name: Configure
4444
if: matrix.os == 'windows-latest'

0 commit comments

Comments
 (0)