diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-07-30 12:07:30 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-30 12:07:30 (GMT) |
commit | a603aa472a38f778e2ed0cce73168e15f03c352c (patch) | |
tree | f4ad486c6eddbb83c98058c93401edf508b98572 | |
parent | 0bc17658f5724ce60c3f75acc01e7526f1720efe (diff) | |
download | cpython-a603aa472a38f778e2ed0cce73168e15f03c352c.zip cpython-a603aa472a38f778e2ed0cce73168e15f03c352c.tar.gz cpython-a603aa472a38f778e2ed0cce73168e15f03c352c.tar.bz2 |
Add missing gdbm dependencies to the UNIX CI (GH-27467) (GH-27468)
(cherry picked from commit 851cca8c22795a2f143ad5ebc10adab3c7784ad0)
Co-authored-by: Pablo Galindo Salgado <Pablogsal@gmail.com>
-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 \ |