Skip to content

Commit 70d2c85

Browse files
committed
[.github/workflows/github-actions.yml] Move runner-arch to a comment to debug MSVC builds on GitHub Actions
1 parent 26d582f commit 70d2c85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/github-actions.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@ jobs:
5454
run: ./vcpkg/bootstrap-vcpkg.sh
5555
if: matrix.os != 'windows-latest'
5656

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

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

0 commit comments

Comments
 (0)