mirror of
https://github.com/LBRYFoundation/lbry-desktop.git
synced 2025-09-30 15:20:40 +00:00
Reinstall Zlib
This commit is contained in:
parent
07697bfa99
commit
ee85ea06b8
1 changed files with 4 additions and 0 deletions
4
.github/workflows/deploy.yml
vendored
4
.github/workflows/deploy.yml
vendored
|
@ -52,6 +52,10 @@ jobs:
|
||||||
- name: Install Python2
|
- name: Install Python2
|
||||||
if: startsWith(runner.os, 'mac')
|
if: startsWith(runner.os, 'mac')
|
||||||
run: |
|
run: |
|
||||||
|
brew reinstall zlib
|
||||||
|
export LDFLAGS="-L/usr/local/opt/zlib/lib"
|
||||||
|
export CPPFLAGS="-I/usr/local/opt/zlib/include"
|
||||||
|
export PKG_CONFIG_PATH="/usr/local/opt/zlib/lib/pkgconfig"
|
||||||
brew install pyenv
|
brew install pyenv
|
||||||
pyenv install 2.7
|
pyenv install 2.7
|
||||||
pyenv global 2.7
|
pyenv global 2.7
|
||||||
|
|
Loading…
Add table
Reference in a new issue