Skip to content

Commit 702e812

Browse files
committed
Fix attempt for libgirepository CI failure
1 parent 5bc1945 commit 702e812

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/testnox.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: Install deb packages
2929
run: >
3030
sudo apt-get install
31-
libcairo2-dev gobject-introspection libgirepository1.0-dev
31+
libcairo2-dev gobject-introspection libgirepository-2.0-dev
3232
python3-dev libdbus-glib-1-dev libdbus-1-dev
3333
- name: Install pip dependencies
3434
run: |

0 commit comments

Comments
 (0)