Skip to content

Commit 8ccda9f

Browse files
dwatteauMalharbdv
authored andcommitted
CI: Avoid using CMake 4 in the Windows vcpkg runner, for now
For whatever reason, some modern package managers/envs think it's wise to use 'latest' for about everything. Even for the most important building tools, even when said tools release a major new version warning about big compatibility breakage. Stay on CMake 3.31 until the ecosystem is fixed for CMake 4. See actions/runner-images#11926.
1 parent ad53c9c commit 8ccda9f

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/ci.yml

+4
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,10 @@ jobs:
3939
uses: actions/checkout@v4
4040
- uses: ilammy/setup-nasm@v1
4141
if: matrix.useNasm == 'true'
42+
- name: Force CMake < 4.0 usage
43+
uses: jwlawson/actions-setup-cmake@v2
44+
with:
45+
cmake-version: '3.31'
4246
- name: Install vcpkg
4347
uses: lukka/run-vcpkg@v11
4448
id: runvcpkg

0 commit comments

Comments
 (0)