From e9de3cc820d00d20c292c0a9fadfb7decaff60d4 Mon Sep 17 00:00:00 2001 From: Oleksandr Kalko Date: Tue, 29 Aug 2023 14:28:26 +0300 Subject: [PATCH] Upgrade vcpkg baseline commit (#6528) --- .github/workflows/Windows_MSVC_x64.yml | 4 ++-- vcpkg.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index 32fd06c50..49e76d0fc 100644 --- a/.github/workflows/Windows_MSVC_x64.yml +++ b/.github/workflows/Windows_MSVC_x64.yml @@ -31,9 +31,9 @@ jobs: uses: lukka/get-cmake@latest - name: Restore or setup vcpkg - uses: lukka/run-vcpkg@v11 + uses: lukka/run-vcpkg@v11.1 with: - vcpkgGitCommitId: '78b61582c9e093fda56a01ebb654be15a0033897' + vcpkgGitCommitId: '927bc12e31148b0d44ae9d174b96c20e3bcf08eb' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 4eeef04be..c6a6010da 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,7 +6,7 @@ "bzip2", "simpleini" ], - "builtin-baseline": "78b61582c9e093fda56a01ebb654be15a0033897", + "builtin-baseline": "927bc12e31148b0d44ae9d174b96c20e3bcf08eb", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",