File tree Expand file tree Collapse file tree 1 file changed +2
-4
lines changed
Expand file tree Collapse file tree 1 file changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -54,13 +54,11 @@ jobs:
5454 if : matrix.os != 'windows-latest'
5555
5656 - name : Install vcpkg ports (Windows)
57- working-directory : ./vcpkg
58- run : ./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")')"
5958 if : matrix.os == 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
6059
6160 - name : Install vcpkg ports (macOS, Linux)
62- working-directory : ./build
63- run : ./vcpkg install --classic "$(jq '.dependencies[] | select(type == "string")')"
61+ run : ./vcpkg/vcpkg install --classic "$(jq '.dependencies[] | select(type == "string")')"
6462 if : matrix.os != 'windows-latest' && steps.cache-vcpkg.outputs.cache-hit != 'true'
6563
6664 - name : configure (with vcpkg on Windows)
You can’t perform that action at this time.
0 commit comments