mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Add missing gdbm dependencies to the UNIX CI (GH-27467)
This commit is contained in:
parent
2d34664051
commit
851cca8c22
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
|
@ -9,6 +9,7 @@ apt-get -yq install \
|
|||
libbz2-dev \
|
||||
libffi-dev \
|
||||
libgdbm-dev \
|
||||
libgdbm-compat-dev \
|
||||
liblzma-dev \
|
||||
libncurses5-dev \
|
||||
libreadline6-dev \
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue