add gcc to runner

This commit is contained in:
Simon 2024-05-21 17:41:08 +02:00
parent 91f9351502
commit 873e7d1e8d
No known key found for this signature in database
GPG Key ID: 2C15AA5E89985DD4
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libldap2-dev libsasl2-dev libssl-dev
sudo apt-get install -y gcc libldap2-dev libsasl2-dev libssl-dev
- name: Install python dependencies
run: |
python -m pip install --upgrade pip