Skip to content

Commit f074eca

Browse files
Add python3-dev and libffi-dev to CI dependencies
These packages are required for building PyGObject and pycairo from source.
1 parent fd3c923 commit f074eca

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pylint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install dependencies
2323
run: |
2424
sudo apt-get update -y
25-
sudo apt-get install -y libgirepository1.0-dev libcairo2-dev pkg-config
25+
sudo apt-get install -y libgirepository1.0-dev libcairo2-dev pkg-config python3-dev libffi-dev
2626
python -m pip install --upgrade pip
2727
pip install pylint
2828
pip install pylint-sarif-unofficial

0 commit comments

Comments
 (0)