From: Pablo Galindo Salgado Date: Thu, 29 Jul 2021 21:42:21 +0000 (+0100) Subject: Add missing gdbm dependencies to the UNIX CI (GH-27467) X-Git-Tag: v3.11.0a1~520 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=851cca8c22795a2f143ad5ebc10adab3c7784ad0;p=thirdparty%2FPython%2Fcpython.git Add missing gdbm dependencies to the UNIX CI (GH-27467) --- diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh index 56cc70edf600..0119843e47ee 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 \