diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index f8839c927..85fab32fe 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.1 with: - vcpkgGitCommitId: 'e8c2a04eb7ca058b6e2f0e6e33c67fdbffeee846' + vcpkgGitCommitId: '486a4640db740f5994e492eb60748111dfc48de7' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 56d85a23b..04cf2d59c 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,7 +7,7 @@ "simpleini", "lua" ], - "builtin-baseline": "e8c2a04eb7ca058b6e2f0e6e33c67fdbffeee846", + "builtin-baseline": "486a4640db740f5994e492eb60748111dfc48de7", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",