We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76a6145 commit d65c8c7Copy full SHA for d65c8c7
.github/workflows/msbuild.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Restore from cache and install vcpkg
24
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
25
with:
26
- vcpkgGitCommitId: 797ae22b76f0e78c3aeb03d625722a0cbfe9f52e
+ vcpkgGitCommitId: d221c5d2cbadf35ceb266cbb95750a940b103b65
27
vcpkgJsonGlob: '**/windows/vcpkg.json'
28
29
- name: Run CMake with vcpkg.json manifest
@@ -70,7 +70,7 @@ jobs:
70
71
72
73
74
vcpkgJsonGlob: '**/mingw/vcpkg.json'
75
76
0 commit comments