Skip to content

Commit 8c220c7

Browse files
committed
[.github/workflows/github-actions.yml] Add missing vcpkg.json
1 parent 6eda30a commit 8c220c7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-actions.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
if: matrix.os == 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
5959

6060
- name: Install vcpkg ports (macOS, Linux)
61-
run: ./vcpkg/vcpkg install --classic "$(jq '.dependencies[] | select(type == "string")')"
61+
run: ./vcpkg/vcpkg install --classic "$(jq '.dependencies[] | select(type == "string")' vcpkg.json)"
6262
if: matrix.os != 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
6363

6464
- name: configure (with vcpkg on Windows)

0 commit comments

Comments
 (0)