requirement: try sudo apt

This commit is contained in:
Josh Lay 2023-10-14 23:01:09 -05:00
parent 74b585b046
commit 1560ba722c
Signed by: jlay
GPG key ID: B265E45CACAD108A

View file

@ -16,7 +16,7 @@ jobs:
python-version: ${{ matrix.python-version }}
- name: Install dependencies
run: |
apt install -y libsystemd-dev
sudo apt install -y libsystemd-dev
python3 -m pip install --upgrade pip
pip3 install -r requirements.txt
pip3 install pylint