Skip to content

Commit 94dbd1c

Browse files
committed
Fix
1 parent eaafcaf commit 94dbd1c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
python-version: ${{ matrix.python-version }}
1717
- name: Install dependencies
1818
run: |
19-
sudo apt-get install python-cairo libgirepository1.0-dev
19+
sudo apt-get install libcairo2-dev libgirepository1.0-dev
2020
python -m pip install --upgrade pip
2121
pip install pipenv
2222
pipenv install --dev

0 commit comments

Comments
 (0)