Skip to content

Commit

Permalink
* .github/workflows/windows.yml: Enable HTTPD private headers when in…
Browse files Browse the repository at this point in the history
…stalling

   APR.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919398 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Jul 20, 2024
1 parent 1d4b356 commit a3ca4f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit a3ca4f8

Please sign in to comment.