Skip to content

Commit

Permalink
* .github/workflows/windows-cmake.yml: Install zlib.
Browse files Browse the repository at this point in the history
git-svn-id: https://svn.apache.org/repos/asf/serf/trunk@1918942 13f79535-47bb-0310-9956-ffa450edef68
  • Loading branch information
Ivan Zhakov committed Jul 5, 2024
1 parent 43561b0 commit ff033e4
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
run: vcpkg install --triplet ${{ matrix.triplet }} apr apr-util zlib

- uses: actions/checkout@v3

Expand Down

0 comments on commit ff033e4

Please sign in to comment.