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 6eda30a commit 8c220c7Copy full SHA for 8c220c7
.github/workflows/github-actions.yml
@@ -58,7 +58,7 @@ jobs:
58
if: matrix.os == 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
59
60
- name: Install vcpkg ports (macOS, Linux)
61
- run: ./vcpkg/vcpkg install --classic "$(jq '.dependencies[] | select(type == "string")')"
+ run: ./vcpkg/vcpkg install --classic "$(jq '.dependencies[] | select(type == "string")' vcpkg.json)"
62
if: matrix.os != 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
63
64
- name: configure (with vcpkg on Windows)
0 commit comments