We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ad3aa5 commit c090ec8Copy full SHA for c090ec8
.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: 86a181505ac6460f98496a79abdee6a0f49905ec
58
vcpkgJsonGlob: '**/mingw/vcpkg.json'
59
60
- name: Run CMake with vcpkg.json manifest
@@ -268,7 +268,7 @@ jobs:
268
- name: Restore artifacts, or setup vcpkg (do not install any package)
269
270
271
272
vcpkgJsonGlob: '**/windows/vcpkg.json'
273
274
- name: Run CMake with vcpkg.json manifest (NO TESTS)
0 commit comments