From 58960d59e77e3ca5e2f1a1ee758b135404deec0f Mon Sep 17 00:00:00 2001 From: scawful Date: Thu, 9 Oct 2025 01:08:51 -0400 Subject: [PATCH] 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. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 198b29b1..1fe4f8ca 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 }}