Skip to content

Commit c8609a2

Browse files
committed
install gnutls-dev
1 parent c565864 commit c8609a2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
3131
- name: Install dependencies
3232
run: |
33-
sudo apt-get install libcurl4-gnutls-dev
33+
sudo apt-get install libcurl4-gnutls-dev libgnutls28-dev
3434
python -m pip install --upgrade pip
3535
pip install flake8 pytest pipenv
3636
pip install -r requirements.txt

.github/workflows/pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Install dependencies
2424
run: |
25-
sudo apt-get install libcurl4-gnutls-dev
25+
sudo apt-get install libcurl4-gnutls-dev libgnutls28-dev
2626
python -m pip install --upgrade pip
2727
pip install -r requirements.txt
2828

0 commit comments

Comments
 (0)