Skip to content

Commit c720045

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

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ci.yml

+5-5
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 libgirepository-2.0-dev libcairo2-dev
3434
- name: Cache Python packages
3535
uses: actions/cache@v4
3636
with:
@@ -54,7 +54,7 @@ jobs:
5454
with:
5555
python-version: "3.13"
5656
- name: Install native dependencies
57-
run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository1.0-dev plantuml libcairo2-dev
57+
run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2.0-dev plantuml libcairo2-dev
5858
- name: Cache Python packages
5959
uses: actions/cache@v4
6060
with:
@@ -105,7 +105,7 @@ jobs:
105105
with:
106106
python-version: ${{ matrix.python-version }}
107107
- name: Install native dependencies
108-
run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository1.0-dev libcairo2-dev
108+
run: sudo apt-get update && sudo apt-get -y install libdbus-1-dev libgirepository-2.0-dev libcairo2-dev
109109
- name: Cache Python packages
110110
uses: actions/cache@v4
111111
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)