Skip to content

Commit bb8845e

Browse files
authored
fix(CI): pip can't connect to HTTPS URL because the SSL module is not available
1 parent b86d6dd commit bb8845e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test-and-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
if: ${{ matrix.os == 'ubuntu-22.04' && steps.cache-spidermonkey.outputs.cache-hit != 'true' }}
8989
run: |
9090
apt-get update -y
91-
apt-get install -y sudo
91+
apt-get install -y sudo libnss3-dev libssl-dev
9292
DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends tzdata
9393
echo "AGENT_TOOLSDIRECTORY=/" >> $GITHUB_ENV # do not use the Python installation cached for Ubuntu 22.04
9494
- uses: actions/setup-python@v5

0 commit comments

Comments
 (0)