We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5662b3a commit 03db57eCopy full SHA for 03db57e
.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: 41c60b32ee7dc9fdafe8db4b85e7b3d35da1bbc4
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