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 dd7e959 commit cfea1a5Copy full SHA for cfea1a5
.github/workflows/benchmarks.yml
@@ -42,7 +42,7 @@ jobs:
42
43
steps:
44
- name: Setup cmake
45
- uses: jwlawson/actions-setup-cmake@v1.9
+ uses: jwlawson/actions-setup-cmake@v2.0
46
with:
47
cmake-version: '3.16.x'
48
.github/workflows/test.yml
@@ -17,7 +17,7 @@ jobs:
17
18
19
20
- uses: jwlawson/actions-setup-cmake@v1.13
21
22
23
@@ -364,7 +364,7 @@ jobs:
364
shell: bash
365
366
367
368
369
cmake-version: ${{ matrix.cmake_version }}
370
0 commit comments