install missing system dependencies

This commit is contained in:
Simon 2024-05-21 20:17:47 +02:00
parent 30c20b41d9
commit d3103ccc30
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 5 additions and 0 deletions

View File

@ -21,6 +21,11 @@ jobs:
with:
python-version: '3.11'
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y gcc libldap2-dev libsasl2-dev libssl-dev
- name: Install dependencies
run: |
python -m pip install --upgrade pip