Skip to content

Commit 733c3bb

Browse files
committed
ci: install girepository 2.0
This is now required by the dependencies used by the linting setup.
1 parent a192354 commit 733c3bb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ on:
55
- main
66
pull_request: {}
77
schedule:
8-
- cron: '0 0 * * 0'
8+
- cron: "0 0 * * 0"
99

1010
jobs:
1111
lint-commits:
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version: "3.13"
3232
- name: Install native dependencies
33-
run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository1.0-dev libcairo2-dev
33+
run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository2.0-dev libcairo2-dev
3434
- name: Cache Python packages
3535
uses: actions/cache@v4
3636
with:
@@ -133,7 +133,7 @@ jobs:
133133
- test
134134
- docs
135135
steps:
136-
- name: 'Generate token'
136+
- name: "Generate token"
137137
id: generate_token
138138
uses: tibdex/github-app-token@v2
139139
with:

0 commit comments

Comments
 (0)