Skip to content

Commit dfab1b5

Browse files
author
Ivan Zhakov
committed
.github/workflows/windows.yml: Install dependencies.
git-svn-id: https://svn.apache.org/repos/asf/apr/apr/trunk@1920679 13f79535-47bb-0310-9956-ffa450edef68
1 parent 70329cf commit dfab1b5

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/windows.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -118,6 +118,9 @@ jobs:
118118
runs-on: ${{ matrix.os }}
119119

120120
steps:
121+
- name: Install dependencies
122+
run: vcpkg install --triplet ${{ matrix.triplet }} ${{ matrix.packages }}
123+
121124
- uses: actions/checkout@v4
122125

123126
- name: Configure CMake

0 commit comments

Comments
 (0)