Skip to content

Commit 0c8ff19

Browse files
committed
Try downgrading cmake version in GH
1 parent d4e866a commit 0c8ff19

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/cmake-single-platform.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ jobs:
1919

2020
- name: Set up CMake
2121
uses: lukka/get-cmake@latest
22+
with:
23+
cmakeVersion: "~3.25.0"
2224

2325
- name: Restore from cache and install vcpkg
2426
uses: lukka/run-vcpkg@v11

0 commit comments

Comments
 (0)