Skip to content

Commit 6eda30a

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

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
@@ -54,7 +54,7 @@ jobs:
5454
if: matrix.os != 'windows-latest'
5555

5656
- name: Install vcpkg ports (Windows)
57-
run: ./vcpkg/vcpkg install --classic --triplet "${{ runner.arch }}-${{ runner.os }}" "$(jq '.dependencies[] | select(type == "string")')"
57+
run: ./vcpkg/vcpkg install --classic --triplet "${{ runner.arch }}-${{ runner.os }}" "$(jq '.dependencies[] | select(type == "string")' vcpkg.json)"
5858
if: matrix.os == 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
5959

6060
- name: Install vcpkg ports (macOS, Linux)

0 commit comments

Comments
 (0)