From a54fff46398b984c49ed1a5adbb257e5e11b8fa2 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 28 Sep 2025 18:25:14 -0400 Subject: [PATCH] Update vcpkg configuration and GitHub Actions workflow with new commit ID - Updated the `builtin-baseline` in `vcpkg.json` to `4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b`, ensuring accurate dependency management. - Modified 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 b11a7e32..b3f78cd8 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: 'd18b2e4129c1ff667b1e660528d6d2678f38c6fc' + vcpkgGitCommitId: '4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b' runVcpkgInstall: true vcpkgJsonGlob: '**/vcpkg.json' vcpkgDirectory: '${{ github.workspace }}/vcpkg' diff --git a/vcpkg.json b/vcpkg.json index cf1407ed..46d24c1a 100644 --- a/vcpkg.json +++ b/vcpkg.json @@ -9,7 +9,7 @@ "features": ["vulkan"] } ], - "builtin-baseline": "d18b2e4129c1ff667b1e660528d6d2678f38c6fc", + "builtin-baseline": "4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b", "overrides": [], "features": { "pkg-config": {