diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index 1db0ef061..261b5d56c 100644 --- a/.github/workflows/Windows_MSVC_x64.yml +++ b/.github/workflows/Windows_MSVC_x64.yml @@ -35,7 +35,7 @@ jobs: - name: Restore or setup vcpkg uses: lukka/run-vcpkg@v11.1 with: - vcpkgGitCommitId: '927bc12e31148b0d44ae9d174b96c20e3bcf08eb' + vcpkgGitCommitId: 'e8c2a04eb7ca058b6e2f0e6e33c67fdbffeee846' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index c6a6010da..ab1c58361 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,7 +6,7 @@ "bzip2", "simpleini" ], - "builtin-baseline": "927bc12e31148b0d44ae9d174b96c20e3bcf08eb", + "builtin-baseline": "e8c2a04eb7ca058b6e2f0e6e33c67fdbffeee846", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",