diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 87c46e0b..7e7210b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -170,8 +170,9 @@ jobs: if: runner.os == 'Windows' uses: lukka/run-vcpkg@v11 continue-on-error: true + timeout-minutes: 10 with: - vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00' + vcpkgGitCommitId: '2024.09.12' runVcpkgInstall: true vcpkgJsonGlob: '**/vcpkg.json' vcpkgDirectory: '${{ github.workspace }}/vcpkg' @@ -181,6 +182,8 @@ jobs: VCPKG_DISABLE_METRICS: 1 VCPKG_DEFAULT_TRIPLET: ${{ matrix.vcpkg_triplet }} VCPKG_ROOT: ${{ github.workspace }}/vcpkg + VCPKG_USE_SYSTEM_BINARIES: 1 + VCPKG_DOWNLOADS: ${{ github.workspace }}/vcpkg_downloads # Set vcpkg availability flag when vcpkg succeeds - name: Set vcpkg availability flag diff --git a/vcpkg.json b/vcpkg.json index e1e4b717..cd6a48a9 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -9,7 +9,7 @@ "features": ["vulkan"] } ], - "builtin-baseline": "c8696863d371ab7f46e213d8f5ca923c4aef2a00", + "builtin-baseline": "2024.09.12", "overrides": [], "features": { "pkg-config": {