Skip to content

Commit

Permalink
fix: add system dependencies for PyGObject
Browse files Browse the repository at this point in the history
  • Loading branch information
devin-ai-integration[bot] committed Nov 28, 2024
1 parent 7b6fdcb commit 80dd5b3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Install GTK dependencies
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0
sudo apt-get install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0 libgirepository1.0-dev gcc libcairo2-dev pkg-config python3-dev
- name: Install Python dependencies
run: |
Expand Down

0 comments on commit 80dd5b3

Please sign in to comment.