Skip to content

Commit fde011e

Browse files
committed
Update package name in GitHub Actions workflow
1 parent 348fde4 commit fde011e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/actions.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install dependencies
2222
run: |
2323
sudo apt-get update
24-
sudo apt-get install libcairo2-dev libgirepository1.0-dev
24+
sudo apt-get install libcairo2-dev libgirepository-2.0-dev
2525
python -m pip install --upgrade pip
2626
pip install pipenv
2727
pipenv install --dev

0 commit comments

Comments
 (0)