mirror of
https://github.com/pyenv/pyenv.git
synced 2025-11-10 20:43: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:
2
.github/workflows/macos_build.yml
vendored
2
.github/workflows/macos_build.yml
vendored
@@ -24,7 +24,7 @@ jobs:
|
|||||||
# python-version: ${{ matrix.python-version }}
|
# python-version: ${{ matrix.python-version }}
|
||||||
# ... but in the repo, we want to test pyenv builds on macOS
|
# ... but in the repo, we want to test pyenv builds on macOS
|
||||||
- run: |
|
- 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
|
# https://github.com/pyenv/pyenv#installation
|
||||||
- run: pwd
|
- run: pwd
|
||||||
- env:
|
- env:
|
||||||
|
|||||||
Reference in New Issue
Block a user