1
0
mirror of https://github.com/kevin1024/vcrpy.git synced 2025-12-08 16:53:23 +00:00

Stop installing libgnutls28-dev

This commit is contained in:
Sebastian Pipping
2023-05-21 23:03:07 +02:00
committed by Jair Henrique
parent 62cb151918
commit c41bd2bb40

View File

@@ -16,11 +16,6 @@ jobs:
python-version: ["3.7", "3.8", "3.9", "3.10", "3.11", "pypy-3.8"]
steps:
- name: Install libgnutls28-dev
run: |
sudo apt update -q
sudo apt install -q -y libgnutls28-dev libcurl4-gnutls-dev
- uses: actions/checkout@v3.5.2
- name: Set up Python ${{ matrix.python-version }}