mirror of
https://github.com/pyenv/pyenv.git
synced 2026-01-23 13:07:27 +09: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:
parent
11c1898abb
commit
7d3854b64d
2
.github/workflows/macos_build.yml
vendored
2
.github/workflows/macos_build.yml
vendored
@ -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:
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user