diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index e62e236e..0782c94c 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: 199ea6e76a7091d7afdda4fde82a694a31632e90 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: 199ea6e76a7091d7afdda4fde82a694a31632e90 vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Run CMake with vcpkg.json manifest