aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2024-09-15 14:11:18 +0000
committerIvan Zhakov <ivan@apache.org>2024-09-15 14:11:18 +0000
commitdfab1b5786de31c327fa2302671f103a8fcafe4b (patch)
treed4fa9afc4e927d29b0c42d7eceb9d60e228c64d2
parent70329cf4e1f6c0fe2cdafe476b864ac008d1d311 (diff)
downloadapr-dfab1b5786de31c327fa2302671f103a8fcafe4b.tar.gz
apr-dfab1b5786de31c327fa2302671f103a8fcafe4b.zip
.github/workflows/windows.yml: Install dependencies.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920679 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--.github/workflows/windows.yml3
1 files changed, 3 insertions, 0 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index aea3a248b..099b7bc42 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -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