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