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 883c4ff commit 6eda30aCopy full SHA for 6eda30a
.github/workflows/github-actions.yml
@@ -54,7 +54,7 @@ jobs:
54
if: matrix.os != 'windows-latest'
55
56
- name: Install vcpkg ports (Windows)
57
- run: ./vcpkg/vcpkg install --classic --triplet "${{ runner.arch }}-${{ runner.os }}" "$(jq '.dependencies[] | select(type == "string")')"
+ run: ./vcpkg/vcpkg install --classic --triplet "${{ runner.arch }}-${{ runner.os }}" "$(jq '.dependencies[] | select(type == "string")' vcpkg.json)"
58
if: matrix.os == 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
59
60
- name: Install vcpkg ports (macOS, Linux)
0 commit comments