diff options
author | Erlend E. Aasland <erlend@python.org> | 2024-05-06 19:16:08 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-05-06 19:16:08 (GMT) |
commit | 325a1da18d672171e9b9f794c1bfa7b79a7e5e59 (patch) | |
tree | b323e279238485b09c6c902eddf11ac7e5ee5849 /.github/workflows | |
parent | e5353d49dc53632e694a5df485fafd47f6b98c91 (diff) | |
download | cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.zip cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.tar.gz cpython-325a1da18d672171e9b9f794c1bfa7b79a7e5e59.tar.bz2 |
gh-115119: Default to --with-system-libmpdec=yes (#118539)
Co-authored-by: Zachary Ware <zachary.ware@gmail.com>
Diffstat (limited to '.github/workflows')
-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 0800401..fb485bd 100755 --- a/.github/workflows/posix-deps-apt.sh +++ b/.github/workflows/posix-deps-apt.sh @@ -15,6 +15,7 @@ apt-get -yq install \ libgdbm-dev \ libgdbm-compat-dev \ liblzma-dev \ + libmpdec-dev \ libncurses5-dev \ libreadline6-dev \ libsqlite3-dev \ |