diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 11d828c6..740f38eb 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,6 +172,7 @@ jobs: continue-on-error: true timeout-minutes: 10 with: + vcpkgGitCommitId: '2024.12.18' runVcpkgInstall: true vcpkgJsonGlob: '**/vcpkg.json' vcpkgDirectory: '${{ github.workspace }}/vcpkg' diff --git a/vcpkg.json b/vcpkg.json index b828cf79..de99ff99 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -9,6 +9,7 @@ "features": ["vulkan"] } ], + "builtin-baseline": "2024.12.18", "overrides": [], "features": { "pkg-config": {