1
0
mirror of https://github.com/pyenv/pyenv.git synced 2025-11-08 03:23:48 -05:00

CI: use ZLib from XCode SDK

Everything since 3.5.2 (see #3301) can use it;
it's now present in all non-EOL MacOS XCode versions
This commit is contained in:
Ivan Pozdeev
2025-08-28 10:49:32 +03:00
parent 11c1898abb
commit 7d3854b64d

View File

@@ -24,7 +24,7 @@ jobs:
# python-version: ${{ matrix.python-version }}
# ... but in the repo, we want to test pyenv builds on macOS
- run: |
brew install openssl readline sqlite3 xz zlib
brew install openssl readline sqlite3 xz tcl-tk@8 libb2 zstd
# https://github.com/pyenv/pyenv#installation
- run: pwd
- env: