summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorPablo Galindo Salgado <Pablogsal@gmail.com>2021-07-29 21:42:21 (GMT)
committerGitHub <noreply@github.com>2021-07-29 21:42:21 (GMT)
commit851cca8c22795a2f143ad5ebc10adab3c7784ad0 (patch)
tree4da1b70997e6fcb56e1098106b2008952fe8ffba /.github
parent2d34664051bd014d3b807e51ac7c53f37d90f444 (diff)
downloadcpython-851cca8c22795a2f143ad5ebc10adab3c7784ad0.zip
cpython-851cca8c22795a2f143ad5ebc10adab3c7784ad0.tar.gz
cpython-851cca8c22795a2f143ad5ebc10adab3c7784ad0.tar.bz2
Add missing gdbm dependencies to the UNIX CI (GH-27467)
Diffstat (limited to '.github')
-rwxr-xr-x.github/workflows/posix-deps-apt.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh
index 56cc70e..0119843 100755
--- a/.github/workflows/posix-deps-apt.sh
+++ b/.github/workflows/posix-deps-apt.sh
@@ -9,6 +9,7 @@ apt-get -yq install \
libbz2-dev \
libffi-dev \
libgdbm-dev \
+ libgdbm-compat-dev \
liblzma-dev \
libncurses5-dev \
libreadline6-dev \