Skip to content

Commit b98d5a5

Browse files
committed
Add libgirepository1.0-dev dependency
1 parent 49b0852 commit b98d5a5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/actions.yaml

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

0 commit comments

Comments
 (0)