Skip to content

Commit ee85ea0

Browse files
committed
Reinstall Zlib
1 parent 07697bf commit ee85ea0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/deploy.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,10 @@ jobs:
5252
- name: Install Python2
5353
if: startsWith(runner.os, 'mac')
5454
run: |
55+
brew reinstall zlib
56+
export LDFLAGS="-L/usr/local/opt/zlib/lib"
57+
export CPPFLAGS="-I/usr/local/opt/zlib/include"
58+
export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"
5559
brew install pyenv
5660
pyenv install 2.7
5761
pyenv global 2.7

0 commit comments

Comments
 (0)