diff --git a/.github/workflows/manual-release.yml b/.github/workflows/manual-release.yml index 8e5c94d5deb1..6ff20c35218c 100644 --- a/.github/workflows/manual-release.yml +++ b/.github/workflows/manual-release.yml @@ -186,7 +186,7 @@ jobs: # various issues we've encountered over time. Keep it in sync with the builtin-baseline # field in vcpkg.json. Caching happens as a post-action which runs at the end of # the whole workflow, after vcpkg install happens during msbuild run. - vcpkgGitCommitId: "a7b6122f6b6504d16d96117336a0562693579933" + vcpkgGitCommitId: "66444e13a86da7087ee24c342f91801cc6eb9877" - name: Install dependencies (windows msvc) (3/3) if: runner.os == 'Windows' run: | diff --git a/.github/workflows/msvc-full-features-cmake.yml b/.github/workflows/msvc-full-features-cmake.yml index e6c29f56f161..3cc261b8f4e2 100644 --- a/.github/workflows/msvc-full-features-cmake.yml +++ b/.github/workflows/msvc-full-features-cmake.yml @@ -64,7 +64,7 @@ jobs: id: runvcpkg with: vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: 'c9aba300923c8ec0ab190e2bff23085209925c97' + vcpkgGitCommitId: "66444e13a86da7087ee24c342f91801cc6eb9877" - name: Integrate vcpkg run: | diff --git a/.github/workflows/msvc-full-features.yml b/.github/workflows/msvc-full-features.yml index 753daef2fe3f..6699e263dd17 100644 --- a/.github/workflows/msvc-full-features.yml +++ b/.github/workflows/msvc-full-features.yml @@ -67,7 +67,7 @@ jobs: id: runvcpkg with: vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: 'c9aba300923c8ec0ab190e2bff23085209925c97' + vcpkgGitCommitId: "66444e13a86da7087ee24c342f91801cc6eb9877" - name: Integrate vcpkg run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfa561f72db9..3345a2ee6003 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -192,7 +192,7 @@ jobs: id: runvcpkg with: vcpkgDirectory: '${{ runner.workspace }}/b/vcpkg' - vcpkgGitCommitId: 'c9aba300923c8ec0ab190e2bff23085209925c97' + vcpkgGitCommitId: "66444e13a86da7087ee24c342f91801cc6eb9877" - name: Integrate vcpkg if: runner.os == 'Windows' run: |