We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d33b41 commit e8e1583Copy full SHA for e8e1583
1 file changed
.github/workflows/checks.yml
@@ -17,7 +17,7 @@ jobs:
17
- name: Install Cairo on Ubuntu
18
run: |
19
sudo apt-get update
20
- sudo apt-get install -y libraw-dev libcairo2-dev libgirepository1.0-dev gobject-introspection
+ sudo apt-get install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0 libraw-dev libcairo2-dev libgirepository1.0-dev gobject-introspection
21
22
- name: Check out the repository
23
uses: actions/checkout@v4
0 commit comments