Add missing gdbm dependencies to the UNIX CI (GH-27467)

This commit is contained in:
Pablo Galindo Salgado 2021-07-29 22:42:21 +01:00 committed by GitHub
parent 2d34664051
commit 851cca8c22
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,7 @@ apt-get -yq install \
libbz2-dev \
libffi-dev \
libgdbm-dev \
libgdbm-compat-dev \
liblzma-dev \
libncurses5-dev \
libreadline6-dev \