From 4c4aa07ef8a4c63d53780f9dc8f0eaafe2570508 Mon Sep 17 00:00:00 2001 From: Pablo Galindo Salgado Date: Thu, 29 Jul 2021 22:42:21 +0100 Subject: [PATCH] Add missing gdbm dependencies to the UNIX CI (GH-27467) (cherry picked from commit 851cca8c22795a2f143ad5ebc10adab3c7784ad0) Co-authored-by: Pablo Galindo Salgado --- .github/workflows/posix-deps-apt.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/posix-deps-apt.sh b/.github/workflows/posix-deps-apt.sh index 56cc70edf60001..0119843e47eeb1 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 \