We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51358d2 commit 12f9d5aCopy full SHA for 12f9d5a
.github/workflows/ci.yml
@@ -36,9 +36,9 @@ jobs:
36
path: src
37
38
- name: Setup cmake
39
- uses: jwlawson/actions-setup-cmake@v2.0.2
+ uses: lukka/get-cmake@4169813123dd72674c1697fc8f2554818db4c92b # v4.2.0-rc1
40
with:
41
- cmake-version: ${{ matrix.cmake-version }}
+ cmakeVersion: ${{ matrix.cmake-version }}
42
43
- name: Configure
44
if: matrix.os == 'windows-latest'
0 commit comments