chore: Update vcpkg Git commit ID in CI workflow
- Changed the vcpkgGitCommitId in the CI workflow from 'c8696863d371ab7f46e213d8f5ca923c4aef2a00' to '4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b' to ensure the use of the latest vcpkg version for dependency management.
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@@ -59,7 +59,7 @@ jobs:
|
||||
if: runner.os != 'Linux'
|
||||
uses: lukka/run-vcpkg@v11
|
||||
with:
|
||||
vcpkgGitCommitId: 'c8696863d371ab7f46e213d8f5ca923c4aef2a00'
|
||||
vcpkgGitCommitId: '4bee3f5aae7aefbc129ca81c33d6a062b02fcf3b'
|
||||
runVcpkgInstall: true
|
||||
env:
|
||||
VCPKG_DEFAULT_TRIPLET: ${{ matrix.vcpkg_triplet }}
|
||||
|
||||
Reference in New Issue
Block a user