Skip to content

Commit

Permalink
zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
mmp committed Nov 25, 2024
1 parent 2814725 commit 67b5660
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cpu-windows.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Install pkgconfig and zlib
run: |
choco install pkgconfiglite
vcpkg install zlib
vcpkg install zlib:x64-windows
- name: Configure
run: |
Expand Down
6 changes: 6 additions & 0 deletions .github/workflows/ci-gpu.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
- name: Get cmake
uses: lukka/get-cmake@latest

- name: Install pkgconfig and zlib
if: ${{ matrix.os == 'windows-latest' }}
run: |
choco install pkgconfiglite
vcpkg install zlib:x64-windows
- name: Install OpenGL
if: ${{ matrix.os == 'ubuntu-20.04' }}
run: sudo apt-get install -y --no-install-recommends libx11-dev libxcursor-dev libxrandr-dev libxinerama-dev libxi-dev libxext-dev libxfixes-dev libgl1-mesa-dev libwayland-bin libwayland-dev wayland-protocols libxkbcommon-dev libxkbcommon-x11-0
Expand Down

0 comments on commit 67b5660

Please sign in to comment.