diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index 611b80aa6..fe6676c21 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -20,7 +20,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: d1ff36c6520ee43f1a656c03cd6425c2974a449e + vcpkgGitCommitId: eed289f6e06a5e7a5c9e6a729671b0a56af7dd69 vcpkgJsonGlob: '**/windows/vcpkg.json' - name: Run CMake with vcpkg.json manifest @@ -67,7 +67,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: d1ff36c6520ee43f1a656c03cd6425c2974a449e + vcpkgGitCommitId: eed289f6e06a5e7a5c9e6a729671b0a56af7dd69 vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Run CMake with vcpkg.json manifest