diff options
author | Pablo Galindo Salgado <Pablogsal@gmail.com> | 2021-07-29 21:42:21 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-29 21:42:21 (GMT) |
commit | 851cca8c22795a2f143ad5ebc10adab3c7784ad0 (patch) | |
tree | 4da1b70997e6fcb56e1098106b2008952fe8ffba /.github | |
parent | 2d34664051bd014d3b807e51ac7c53f37d90f444 (diff) | |
download | cpython-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.sh | 1 |
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 \ |