File tree Expand file tree Collapse file tree 1 file changed +2
-1
lines changed
Expand file tree Collapse file tree 1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change 8888 run : |
8989 apt-get update -y
9090 apt-get install -y sudo libnss3-dev libssl-dev
91- apt-get install -y curl zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev # required for pyenv
91+ apt-get install -y curl make git build-essential
92+ apt-get install -y zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev libffi-dev liblzma-dev # required for pyenv
9293 DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
9394 echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
9495 - name : Setup Python
You can’t perform that action at this time.
0 commit comments