From: Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> Date: Fri, 30 Jul 2021 12:07:30 +0000 (-0700) Subject: Add missing gdbm dependencies to the UNIX CI (GH-27467) (GH-27468) X-Git-Tag: v3.9.7~104 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=a603aa472a38f778e2ed0cce73168e15f03c352c;p=thirdparty%2FPython%2Fcpython.git Add missing gdbm dependencies to the UNIX CI (GH-27467) (GH-27468) (cherry picked from commit 851cca8c22795a2f143ad5ebc10adab3c7784ad0) Co-authored-by: Pablo Galindo Salgado --- 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 \