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 1449fae commit 36daa90Copy full SHA for 36daa90
.github/workflows/test-and-publish.yaml
@@ -160,7 +160,8 @@ jobs:
160
if: ${{ matrix.os == 'ubuntu-22.04' }}
161
run: |
162
apt-get update -y
163
- apt-get install -y sudo libnss3-dev libssl-dev
+ apt-get install -y sudo curl libnss3-dev libssl-dev
164
+ 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
165
apt-get install -y git # required for `actions/checkout`
166
apt-get install -y nodejs npm # required for pminit to build
167
apt-get install -y build-essential
0 commit comments