diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index a1a12b424..1b69fff7d 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: '16ee2ecb31788c336ace8bb14c21801efb6836e4' + vcpkgGitCommitId: '095ee06e7f60dceef7d713e3f8b1c2eb10d650d7' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 97d07ce8d..707cd57bb 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,7 +7,7 @@ "simpleini", "lua" ], - "builtin-baseline": "16ee2ecb31788c336ace8bb14c21801efb6836e4", + "builtin-baseline": "095ee06e7f60dceef7d713e3f8b1c2eb10d650d7", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",