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

View File

@@ -172,7 +172,7 @@ jobs:
continue-on-error: true continue-on-error: true
timeout-minutes: 10 timeout-minutes: 10
with: with:
vcpkgGitCommitId: '2024.12.18' vcpkgGitCommitId: 'd18b2e4129c1ff667b1e660528d6d2678f38c6fc'
runVcpkgInstall: true runVcpkgInstall: true
vcpkgJsonGlob: '**/vcpkg.json' vcpkgJsonGlob: '**/vcpkg.json'
vcpkgDirectory: '${{ github.workspace }}/vcpkg' vcpkgDirectory: '${{ github.workspace }}/vcpkg'

View File

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