Skip to content

Commit

Permalink
.github/workflows/windows.yml: Run 'Install dependencies' step only i…
Browse files Browse the repository at this point in the history
…f matrix.packages

is not empty.

git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920690 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent b22ff08 commit 349edac
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ jobs:

steps:
- name: Install dependencies
if: ${{ matrix.packages != '' }
run: vcpkg install --triplet ${{ matrix.triplet }} ${{ matrix.packages }}

- uses: actions/checkout@v4
Expand Down

0 comments on commit 349edac

Please sign in to comment.