Skip to content

Commit c41bd2b

Browse files
hartworkjairhenrique
authored andcommitted
Stop installing libgnutls28-dev
1 parent 62cb151 commit c41bd2b

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.github/workflows/main.yml

-5
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,6 @@ jobs:
1616
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
1717

1818
steps:
19-
- name: Install libgnutls28-dev
20-
run: |
21-
sudo apt update -q
22-
sudo apt install -q -y libgnutls28-dev libcurl4-gnutls-dev
23-
2419
- uses: actions/checkout@v3.5.2
2520

2621
- name: Set up Python ${{ matrix.python-version }}

0 commit comments

Comments
 (0)