Skip to content

Commit

Permalink
* .github/workflows/windows-cmake.yml: Install openssl.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1919086 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Jul 10, 2024
1 parent 43c03bc commit 3703b9d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/windows-cmake.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
core.exportVariable('ACTIONS_RUNTIME_TOKEN', process.env.ACTIONS_RUNTIME_TOKEN || '');
- name: Install dependencies
run: vcpkg install --triplet ${{ matrix.triplet }} apr apr-util zlib
run: vcpkg install --triplet ${{ matrix.triplet }} apr apr-util zlib openssl

- uses: actions/checkout@v3

Expand Down

0 comments on commit 3703b9d

Please sign in to comment.