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

(cherry picked from commit 851cca8c22)

Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
This commit is contained in:
Miss Islington (bot) 2021-07-30 05:07:30 -07:00 committed by GitHub
parent 0bc17658f5
commit a603aa472a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

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