From 8ea0daa9c86305553a6378620500feecca245feb Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 28 Sep 2025 18:14:16 -0400 Subject: [PATCH] Update vcpkg configuration and GitHub Actions workflow with new commit ID - Changed the `builtin-baseline` in `vcpkg.json` to a specific commit ID `d18b2e4129c1ff667b1e660528d6d2678f38c6fc`, ensuring precise dependency management. - Updated the GitHub Actions workflow to reflect the new `vcpkgGitCommitId`, enhancing the reliability of the build process. --- .github/workflows/release.yml | 2 +- vcpkg.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 740f38eb..b11a7e32 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -172,7 +172,7 @@ jobs: continue-on-error: true timeout-minutes: 10 with: - vcpkgGitCommitId: '2024.12.18' + vcpkgGitCommitId: 'd18b2e4129c1ff667b1e660528d6d2678f38c6fc' runVcpkgInstall: true vcpkgJsonGlob: '**/vcpkg.json' vcpkgDirectory: '${{ github.workspace }}/vcpkg' diff --git a/vcpkg.json b/vcpkg.json index de99ff99..cf1407ed 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -9,7 +9,7 @@ "features": ["vulkan"] } ], - "builtin-baseline": "2024.12.18", + "builtin-baseline": "d18b2e4129c1ff667b1e660528d6d2678f38c6fc", "overrides": [], "features": { "pkg-config": {