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.
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -172,6 +172,7 @@ jobs:
|
|||||||
continue-on-error: true
|
continue-on-error: true
|
||||||
timeout-minutes: 10
|
timeout-minutes: 10
|
||||||
with:
|
with:
|
||||||
|
vcpkgGitCommitId: '2024.12.18'
|
||||||
runVcpkgInstall: true
|
runVcpkgInstall: true
|
||||||
vcpkgJsonGlob: '**/vcpkg.json'
|
vcpkgJsonGlob: '**/vcpkg.json'
|
||||||
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
vcpkgDirectory: '${{ github.workspace }}/vcpkg'
|
||||||
|
|||||||
@@ -9,6 +9,7 @@
|
|||||||
"features": ["vulkan"]
|
"features": ["vulkan"]
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
|
"builtin-baseline": "2024.12.18",
|
||||||
"overrides": [],
|
"overrides": [],
|
||||||
"features": {
|
"features": {
|
||||||
"pkg-config": {
|
"pkg-config": {
|
||||||
|
|||||||
Reference in New Issue
Block a user