We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5662b3a commit 9285eb3Copy full SHA for 9285eb3
.github/workflows/build.yaml
@@ -54,7 +54,7 @@ jobs:
54
- name: Restore from cache and install vcpkg
55
uses: lukka/run-vcpkg@v11
56
with:
57
- vcpkgGitCommitId: 8d3649ba34aab36914ddd897958599aa0a91b08e
+ vcpkgGitCommitId: 3de032f834a9b28a455e35600b03e9d365ce3b85
58
vcpkgJsonGlob: '**/mingw/vcpkg.json'
59
60
- name: Run CMake with vcpkg.json manifest
@@ -255,7 +255,7 @@ jobs:
255
- name: Restore artifacts, or setup vcpkg (do not install any package)
256
257
258
259
vcpkgJsonGlob: '**/windows/vcpkg.json'
260
261
- name: Run CMake with vcpkg.json manifest (NO TESTS)
0 commit comments