From 72dbfc537faea8ed20b913937ba307fc8947c36f Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 28 Sep 2025 18:00:29 -0400 Subject: [PATCH] Update vcpkg configuration and GitHub Actions workflow with new baseline - Set the `builtin-baseline` in `vcpkg.json` to `2024.12.18`, ensuring compatibility with the latest dependencies. - Updated the GitHub Actions workflow to include the new `vcpkgGitCommitId`, improving the build process reliability. --- .github/workflows/release.yml | 1 + vcpkg.json | 1 + 2 files changed, 2 insertions(+) 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": {