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 b86d6dd commit bb8845eCopy full SHA for bb8845e
.github/workflows/test-and-publish.yaml
@@ -88,7 +88,7 @@ jobs:
88
if: ${{ matrix.os == 'ubuntu-22.04' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
89
run: |
90
apt-get update -y
91
- apt-get install -y sudo
+ apt-get install -y sudo libnss3-dev libssl-dev
92
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
93
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
94
- uses: actions/setup-python@v5
0 commit comments