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.
This commit is contained in:
scawful
2025-09-28 18:25:14 -04:00
parent d50dc25677
commit a54fff4639
2 changed files with 2 additions and 2 deletions

View File

@@ -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'

View File

@@ -9,7 +9,7 @@
"features": ["vulkan"]
}
],
"builtin-baseline": "d18b2e4129c1ff667b1e660528d6d2678f38c6fc",
"builtin-baseline": "4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b",
"overrides": [],
"features": {
"pkg-config": {