mirror of
https://github.com/python/cpython.git
synced 2025-07-07 19:35:27 +00:00
gh-135155: Added dependencies required for compiling the _zstd module (GH-135156)
This commit is contained in:
parent
b90ecea9e6
commit
a7d41e8aab
1 changed files with 1 additions and 0 deletions
1
.github/workflows/posix-deps-apt.sh
vendored
1
.github/workflows/posix-deps-apt.sh
vendored
|
@ -17,6 +17,7 @@ apt-get -yq install \
|
|||
libreadline6-dev \
|
||||
libsqlite3-dev \
|
||||
libssl-dev \
|
||||
libzstd-dev \
|
||||
lzma \
|
||||
lzma-dev \
|
||||
strace \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue