[Scummvm-git-logs] scummvm master -> ec107a7f87debac8660511071ca557717f408a19
dwatteau
noreply at scummvm.org
Tue Aug 12 16:04:08 UTC 2025
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
ec107a7f87 Revert "CI: Avoid using CMake 4 in the Windows vcpkg runner, for now"
Commit: ec107a7f87debac8660511071ca557717f408a19
https://github.com/scummvm/scummvm/commit/ec107a7f87debac8660511071ca557717f408a19
Author: Donovan Watteau (contrib at dwatteau.fr)
Date: 2025-08-12T18:00:17+02:00
Commit Message:
Revert "CI: Avoid using CMake 4 in the Windows vcpkg runner, for now"
The CMake 4 ecosystem is hopefully OK now; and now it's the other way
around, i.e. the 3.x tags are now missing for some reason. Duh.
This reverts commit 2821fcd1f6a000d8b152b757589bf35b5e69387c.
Changed paths:
.github/workflows/ci.yml
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index 8c739749ef7..2dfe23d8233 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -80,10 +80,6 @@ jobs:
- name: Setup nasm
uses: ilammy/setup-nasm at v1
if: matrix.useNasm == 'true'
- - name: Force CMake < 4.0 usage
- uses: jwlawson/actions-setup-cmake at v2
- with:
- cmake-version: '3.31'
- name: Install vcpkg
uses: lukka/run-vcpkg at v11
id: runvcpkg
More information about the Scummvm-git-logs
mailing list