summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorIvan Zhakov <ivan@apache.org>2024-07-20 19:31:20 +0200
committerIvan Zhakov <ivan@apache.org>2024-07-20 19:31:20 +0200
commit27ab02c382bff8501ae7b683129c929b8ad105d9 (patch)
tree51dc756d6e33910c779ab5c9aff95038af9d0615 /.github
parent* .github/workflows/windows.yml: Fix syntax error. (diff)
downloadapache2-27ab02c382bff8501ae7b683129c929b8ad105d9.tar.xz
apache2-27ab02c382bff8501ae7b683129c929b8ad105d9.zip
* .github/workflows/windows.yml: Install openssl.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1919417 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '.github')
-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 fd2d778b69..9aa6f962a7 100644
--- a/.github/workflows/windows.yml
+++ b/.github/workflows/windows.yml
@@ -42,7 +42,7 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install dependencies
- run: vcpkg install --triplet ${{ matrix.triplet }} apr[private-headers] apr-util pcre2
+ run: vcpkg install --triplet ${{ matrix.triplet }} apr[private-headers] apr-util pcre2 openssl
- uses: actions/checkout@v3