Skip to content

Commit e8e1583

Browse files
committed
Update GitHub actions requirements
1 parent 3d33b41 commit e8e1583

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
- name: Install Cairo on Ubuntu
1818
run: |
1919
sudo apt-get update
20-
sudo apt-get install -y libraw-dev libcairo2-dev libgirepository1.0-dev gobject-introspection
20+
sudo apt-get install -y python3-gi python3-gi-cairo gir1.2-gtk-3.0 libraw-dev libcairo2-dev libgirepository1.0-dev gobject-introspection
2121
2222
- name: Check out the repository
2323
uses: actions/checkout@v4

0 commit comments

Comments
 (0)