Skip to content

Commit c99a80e

Browse files
committed
Install libssl as dependency
1 parent 05b1600 commit c99a80e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: .github/workflows/python-publish.yml

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ jobs:
2020
python-version: '3.8'
2121
- name: Install dependencies
2222
run: |
23+
sudo apt install libcurl4-openssl-dev libssl-dev
2324
python -m pip install --upgrade pip
2425
pip install poetry
2526
poetry install

0 commit comments

Comments
 (0)