diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index e62e236ec..646ddb241 100644 --- a/.github/workflows/msbuild.yml +++ b/.github/workflows/msbuild.yml @@ -23,7 +23,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 797ae22b76f0e78c3aeb03d625722a0cbfe9f52e + vcpkgGitCommitId: 1a8770127856a4b58f4042158ce710817c54582b vcpkgJsonGlob: '**/windows/vcpkg.json' - name: Run CMake with vcpkg.json manifest @@ -70,7 +70,7 @@ jobs: - name: Restore from cache and install vcpkg uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5 with: - vcpkgGitCommitId: 797ae22b76f0e78c3aeb03d625722a0cbfe9f52e + vcpkgGitCommitId: 1a8770127856a4b58f4042158ce710817c54582b vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Run CMake with vcpkg.json manifest