svn commit: r1920679 - /apr/apr/trunk/.github/workflows/windows.yml
| Newsgroups | gmane.comp.apache.apr.cvs |
|---|---|
| Message-ID | <[email protected]> |
Author: ivan
Date: Sun Sep 15 14:11:18 2024
New Revision: 1920679
URL: http://svn.apache.org/viewvc?rev=1920679&view=rev
Log:
.github/workflows/windows.yml: Install dependencies.
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=1920679&r1=1920678&r2=1920679&view=diff
==============================================================================
--- apr/apr/trunk/.github/workflows/windows.yml (original)
+++ apr/apr/trunk/.github/workflows/windows.yml Sun Sep 15 14:11:18 2024
@@ -118,6 +118,9 @@ jobs:
runs-on: ${{ matrix.os }}
steps:
+ - name: Install dependencies
+ run: vcpkg install --triplet ${{ matrix.triplet }} ${{ matrix.packages }}
+
- uses: actions/checkout@v4
- name: Configure CMake