Skip to content

Commit

Permalink
windows zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Nov 25, 2024
1 parent 5112673 commit c7b85fc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci-cpu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,10 @@ jobs:
- name: Get cmake
uses: lukka/get-cmake@latest

- name: Install pkgconfig
run: choco install pkgconfiglite
- name: Install pkgconfig and zlib
run: |
choco install pkgconfiglite
vcpkg install zlib
- name: Configure
run: |
Expand Down

0 comments on commit c7b85fc

Please sign in to comment.