From 5a242c8c6f356c6a2872f5ef8bc21d5d66049668 Mon Sep 17 00:00:00 2001 From: scawful Date: Sun, 28 Sep 2025 20:49:36 -0400 Subject: [PATCH] Update vcpkg Git commit ID in release workflow for consistency --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index dfc6d063..c595a773 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -178,7 +178,7 @@ jobs: if: runner.os == 'Windows' uses: lukka/run-vcpkg@v11 with: - vcpkgGitCommitId: '2024.01.12' + vcpkgGitCommitId: '4334d8b4c8916018600212ab4dd4bbdc343065d1' # or b2cb0da531c2f1f740045bfe7c4dac59f0b2b69c runVcpkgInstall: true vcpkgJsonGlob: '**/vcpkg.json' vcpkgDirectory: '${{ github.workspace }}/vcpkg'