Skip to content

Commit a8b5bd1

Browse files
committed
update workflows: install CMake 3.31.10
1 parent 8fcfc6e commit a8b5bd1

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/workflows/cmake-ubuntu-latest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23+
- name: Install CMake (3.31.10)
24+
uses: ssrobins/install-cmake@v1
25+
with:
26+
version: 3.31.10
27+
2328
- name: Install Ninja (Linux)
2429
run: sudo apt install ninja-build # let's install ninja through apt
2530

.github/workflows/cmake-windows-latest.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,11 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v4
2222

23+
- name: Install CMake (3.31.10)
24+
uses: ssrobins/install-cmake@v1
25+
with:
26+
version: 3.31.10
27+
2328
- name: Install Ninja (Windows)
2429
run: choco install ninja # let's install ninja through Chocolatey
2530

0 commit comments

Comments
 (0)