diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index 1b69fff7d63..bce27666dc1 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: '095ee06e7f60dceef7d713e3f8b1c2eb10d650d7' + vcpkgGitCommitId: '37c3e63a1306562f7f59c4c3c8892ddd50fdf992' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 707cd57bbd7..45fbbfcf05d 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,7 +7,7 @@ "simpleini", "lua" ], - "builtin-baseline": "095ee06e7f60dceef7d713e3f8b1c2eb10d650d7", + "builtin-baseline": "37c3e63a1306562f7f59c4c3c8892ddd50fdf992", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",