]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Add missing gdbm dependencies to the UNIX CI (GH-27467)
authorPablo Galindo Salgado <Pablogsal@gmail.com>
Thu, 29 Jul 2021 21:42:21 +0000 (22:42 +0100)
committerGitHub <noreply@github.com>
Thu, 29 Jul 2021 21:42:21 +0000 (22:42 +0100)
.github/workflows/posix-deps-apt.sh

index 56cc70edf6000166d32e4e34b802089bea737c65..0119843e47eeb1aeb629962df903a7be938c211b 100755 (executable)
@@ -9,6 +9,7 @@ apt-get -yq install \
     libbz2-dev \
     libffi-dev \
     libgdbm-dev \
+    libgdbm-compat-dev \
     liblzma-dev \
     libncurses5-dev \
     libreadline6-dev \