diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index 15b2d23505f..592bc13bcca 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: '74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e' + vcpkgGitCommitId: '99c9bc8b94f80cdb5caf9614d9d197d270e0b32e' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 0389574eb54..76831806950 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -6,7 +6,7 @@ "bzip2", "lua" ], - "builtin-baseline": "74ec888e385d189b42d6b398d0bbaa6f1b1d3b0e", + "builtin-baseline": "99c9bc8b94f80cdb5caf9614d9d197d270e0b32e", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",