We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5662b3a commit 483aa80Copy full SHA for 483aa80
.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: 01be99fec01f777c4113ceea192a45115c69cdb7
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