summaryrefslogtreecommitdiffstats
path: root/.github/workflows
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2024-07-20 15:09:23 +0200
committerIvan Zhakov <ivan@apache.org>2024-07-20 15:09:23 +0200
commita3ca4f87d42abd07d13c3485671100f5bdde6a18 (patch)
tree89e5f2173fdfc2ccff9685ca47d16e8fe570d4e9 /.github/workflows
parentCI: Add Windows GitHub Action job. Not really tested. (diff)
downloadapache2-a3ca4f87d42abd07d13c3485671100f5bdde6a18.tar.xz
apache2-a3ca4f87d42abd07d13c3485671100f5bdde6a18.zip
* .github/workflows/windows.yml: Enable HTTPD private headers when installing
APR. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919398 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github/workflows')
-rw-r--r--.github/workflows/windows.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/windows.yml b/.github/workflows/windows.yml
index 4dbbd496d2..4a8a68b2dd 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -39,7 +39,7 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install dependencies
- run: vcpkg install --triplet ${{ matrix.triplet }} apr apr-util pcre2
+ run: vcpkg install --triplet ${{ matrix.triplet }} apr[private-headers] apr-util pcre2
- uses: actions/checkout@v3