We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a421e94 commit 532b235Copy full SHA for 532b235
.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
54
- name: Restore from cache and install vcpkg
55
uses: lukka/run-vcpkg@5e0cab206a5ea620130caf672fce3e4a6b5666a1 # v11.5
56
with:
57
- vcpkgGitCommitId: 33e9c99208736b713cabe4490e15235f62f893d4
+ vcpkgGitCommitId: b1d8051c9259b82fda906e0e8249e7d848efdbaa
58
vcpkgJsonGlob: '**/mingw/vcpkg.json'
59
60
- name: Run CMake with vcpkg.json manifest
@@ -234,7 +234,7 @@ jobs:
234
- name: Restore artifacts, or setup vcpkg (do not install any package)
235
236
237
238
vcpkgJsonGlob: '**/windows/vcpkg.json'
239
240
- name: Run CMake with vcpkg.json manifest (NO TESTS)
0 commit comments