We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33b8765 commit 1202888Copy full SHA for 1202888
.github/workflows/test-and-publish.yaml
@@ -88,7 +88,7 @@ jobs:
88
run: |
89
apt-get update -y
90
apt-get install -y sudo libnss3-dev libssl-dev
91
- apt-get install -y curl make git build-essential
+ apt-get install -y curl wget 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
93
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
94
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
0 commit comments