Skip to content

Commit afe3be4

Browse files
committed
ci: using spec CMake version 3.31.8
Signed-off-by: Dylan <2894220@gmail.com>
1 parent 5f64e38 commit afe3be4

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

.github/workflows/cmake.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,10 @@ jobs:
2121
- name: Add MSBuild to PATH
2222
uses: microsoft/setup-msbuild@v1
2323

24+
- name: Install CMake
25+
run: choco install cmake --version=3.31.8 --no-progress
26+
shell: powershell
27+
2428
- name: Install Conan
2529
id: conan
2630
uses: turtlebrowser/get-conan@main
@@ -55,6 +59,10 @@ jobs:
5559
- name: Add MSBuild to PATH
5660
uses: microsoft/setup-msbuild@v1
5761

62+
- name: Install CMake
63+
run: choco install cmake --version=3.31.8 --no-progress
64+
shell: powershell
65+
5866
- name: Install Conan
5967
id: conan
6068
uses: turtlebrowser/get-conan@main

0 commit comments

Comments
 (0)