This website works better with JavaScript.
Home
Explore
Help
Sign In
isprogram
/
pyenv
mirror of
https://github.com/pyenv/pyenv.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Projects
0
Releases
240
Wiki
Activity
Browse Source
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
pull/3311/head
Ivan Pozdeev
10 months ago
parent
11c1898abb
commit
7d3854b64d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/macos_build.yml
+ 1
- 1
.github/workflows/macos_build.yml
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:
Write
Preview
Loading…
Cancel
Save