Skip to content

Commit

Permalink
adding zlib
Browse files Browse the repository at this point in the history
  • Loading branch information
nbingham1 committed Sep 16, 2024
1 parent 3eb6934 commit 654895d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/makefile.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,9 @@ jobs:
choco install mingw
choco install pacman
choco install ninja
pacman -S mingw-w64-x86_64-qhull
choco install graphviz
pacman -S mingw-w64-x86_64-qhull
pacman -S mingw-w64-x86_64-zlib
- name: Build binary on Linux and macOS
if: matrix.os != 'windows-latest'
Expand Down

0 comments on commit 654895d

Please sign in to comment.