Skip to content

Commit 4c5cf6f

Browse files
committed
add libcurl install
1 parent a25a3e6 commit 4c5cf6f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/unittest.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,6 @@ jobs:
2121
run: |
2222
python -m pip install --upgrade pip
2323
pip install tox
24+
sudo apt install libcurl4-openssl-dev
2425
- name: Test with tox
2526
run: tox

0 commit comments

Comments
 (0)