svn commit: r1920691 - /apr/apr/trunk/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 15 15:04:42 2024
New Revision: 1920691
URL: http://svn.apache.org/viewvc?rev=1920691&view=rev
Log:
.github/workflows/windows.yml: Follow-up to r1920690: Fix syntax error.
Modified:
apr/apr/trunk/.github/workflows/windows.yml
Modified: apr/apr/trunk/.github/workflows/windows.yml
URL: http://svn.apache.org/viewvc/apr/apr/trunk/.github/workflows/windows.yml?rev=1920691&r1=1920690&r2=1920691&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/windows.yml (original)
+++ apr/apr/trunk/.github/workflows/windows.yml Sun Sep 15 15:04:42 2024
@@ -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