chore(vcpkg): update baseline and commit ID for vcpkg integration

- Updated the vcpkg baseline in `vcpkg-configuration.json` and `vcpkg.json` to the latest commit `8eb57355a4ffb410a2e94c07b4dca2dffbee8e50`, ensuring compatibility with the latest package versions.
- Modified CI workflows in `ci.yml` and `release.yml` to reflect the new vcpkg commit ID, improving consistency across build configurations.

Benefits:
- Ensures the project is using the most recent vcpkg features and fixes, enhancing overall stability and performance.
- Maintains alignment between the vcpkg configuration and CI workflows, reducing potential discrepancies during builds.
This commit is contained in:
scawful
2025-10-15 18:49:45 -04:00
parent 6f02852d3f
commit ff69bf0393
4 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
"default-registry": {
"kind": "git",
"repository": "https://github.com/microsoft/vcpkg",
"baseline": "a42af01b72c28a8e1d7b48107b33e4f286a55ef6"
"baseline": "8eb57355a4ffb410a2e94c07b4dca2dffbee8e50"
},
"registries": []
}