Skip to content

Commit 3d33b41

Browse files
committed
Fix GitHub actions
1 parent 8c72386 commit 3d33b41

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
20+
sudo apt-get install -y 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)