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 4ad3aa5 commit 0967523Copy full SHA for 0967523
.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: 274ddacae41b90f711c00d37ebeb15b9f790889c
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