We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c72386 commit 3d33b41Copy full SHA for 3d33b41
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
+ sudo apt-get install -y libraw-dev libcairo2-dev libgirepository1.0-dev gobject-introspection
21
22
- name: Check out the repository
23
uses: actions/checkout@v4
0 commit comments