Skip to content

Commit 3935fd2

Browse files
committed
Attempt to downgrade to CMake 3.31.6.
1 parent 62d5f4a commit 3935fd2

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -51,9 +51,10 @@ jobs:
5151
key: vcpkg-windows-${{ hashFiles('native~/vcpkg/ports/**/vcpkg.json', 'native~/vcpkg/triplets/**/*', 'native~/extern/*toolchain.cmake') }}-${{ hashFiles('native~/extern/cesium-native/CMakeLists.txt', 'native~/CMakeLists.txt') }}
5252
restore-keys: |
5353
vcpkg-windows-${{ hashFiles('native~/vcpkg/ports/**/vcpkg.json', 'native~/vcpkg/triplets/**/*', 'native~/extern/*toolchain.cmake') }}-
54-
- name: Install Ninja
55-
run: |
56-
choco install -y ninja
54+
- name: Install latest ninja and cmake
55+
uses: lukka/get-cmake@latest
56+
with:
57+
cmakeVersion: "3.31.6"
5758
- name: Install nasm
5859
uses: ilammy/setup-nasm@v1.5.1
5960
- name: Install wget

0 commit comments

Comments
 (0)