Skip to content

Commit

Permalink
GitHub Action: Add gdb to posix dependencies (pythonGH-23043)
Browse files Browse the repository at this point in the history
Sort also dependencies and remove duplicates (liblzma-dev).
  • Loading branch information
vstinner authored Oct 30, 2020
1 parent eba5bf2 commit 6e03c0a
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/posix-deps-apt.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,19 +3,19 @@ apt-get update

apt-get -yq install \
build-essential \
zlib1g-dev \
gdb \
lcov \
libbz2-dev \
libffi-dev \
libgdbm-dev \
liblzma-dev \
libncurses5-dev \
libreadline6-dev \
libsqlite3-dev \
libssl-dev \
libgdbm-dev \
tk-dev \
lzma \
lzma-dev \
liblzma-dev \
libffi-dev \
tk-dev \
uuid-dev \
xvfb \
lcov
zlib1g-dev

0 comments on commit 6e03c0a

Please sign in to comment.