Skip to content

Commit 8feaf13

Browse files
authored
Use the latest CMake in CI (#2738)
1 parent 26e1b61 commit 8feaf13

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/actions/setup-common/action.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ runs:
2020
uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d # v5.1.0
2121
with:
2222
python-version: "3.x"
23+
- name: Set up latest CMake
24+
if: ${{ runner.os != 'Linux' || inputs.oldest-cmake != 'true' }}
25+
uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be # v2.0.2
26+
with:
27+
cmake-version: "latest"
2328
- name: Set up CMake 3.13
2429
if: ${{ runner.os == 'Linux' && inputs.oldest-cmake == 'true' }}
2530
uses: jwlawson/actions-setup-cmake@802fa1a2c4e212495c05bf94dba2704a92a472be # v2.0.2

0 commit comments

Comments
 (0)