Skip to content

Commit

Permalink
.github/workflows/windows.yml: Follow-up to r1920690: Fix syntax error.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920691 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Sep 15, 2024
1 parent 349edac commit dc390de
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,7 @@ jobs:

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

- uses: actions/checkout@v4
Expand Down

0 comments on commit dc390de

Please sign in to comment.