From 7a2f226f69cc8cbf88d5baf57d3298458cebf1ce Mon Sep 17 00:00:00 2001 From: Oleksandr Kalko Date: Mon, 31 Mar 2025 14:46:09 +0300 Subject: [PATCH] Upgrade vcpkg baseline commit This upgrades the following MSVC dependencies: * Google Benchmark to 1.9.2 * SDL2 to 2.32.2 * SDL2-image to 2.8.8 --- .github/workflows/Windows_MSVC_x64.yml | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index 592bc13bc..394036648 100644 --- a/.github/workflows/Windows_MSVC_x64.yml +++ b/.github/workflows/Windows_MSVC_x64.yml @@ -42,7 +42,7 @@ jobs: - name: Restore or setup vcpkg uses: lukka/run-vcpkg@v11.5 with: - vcpkgGitCommitId: '99c9bc8b94f80cdb5caf9614d9d197d270e0b32e' + vcpkgGitCommitId: 'acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 768318069..5011621d4 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,7 +6,7 @@ "bzip2", "lua" ], - "builtin-baseline": "99c9bc8b94f80cdb5caf9614d9d197d270e0b32e", + "builtin-baseline": "acd5bba5aac8b6573b5f6f463dc0341ac0ee6fa4", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",