diff --git a/.github/workflows/msbuild.yml b/.github/workflows/msbuild.yml index a5ac144ad..3c1bfb58c 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: ef97fc17c79603d33b13833db54bb77f8f747306 + vcpkgGitCommitId: 365f6444ab40ee87c73c947b475b3a267b3cb77c 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: ef97fc17c79603d33b13833db54bb77f8f747306 + vcpkgGitCommitId: 365f6444ab40ee87c73c947b475b3a267b3cb77c vcpkgJsonGlob: '**/mingw/vcpkg.json' - name: Run CMake with vcpkg.json manifest