diff --git a/.github/workflows/Windows_MSVC_x64.yml b/.github/workflows/Windows_MSVC_x64.yml index b5335b8f4..5255a0571 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: 'dee924de74e81388140a53c32a919ecec57d20ab' + vcpkgGitCommitId: '1318ab14aae14db20085441cd71366891a9c9d0c' - name: Fetch test data run: | diff --git a/vcpkg.json b/vcpkg.json index 1b1fc7cc3..ba88ccab6 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -7,7 +7,7 @@ "simpleini", "lua" ], - "builtin-baseline": "dee924de74e81388140a53c32a919ecec57d20ab", + "builtin-baseline": "1318ab14aae14db20085441cd71366891a9c9d0c", "features": { "sdl1": { "description": "Use SDL1.2 instead of SDL2",