Skip to content

Commit

Permalink
Add now missing libcairo dependency
Browse files Browse the repository at this point in the history
Thanks GitHub for breaking workflows out of thin air.
  • Loading branch information
snejus committed Jan 13, 2025
1 parent 0a53a93 commit 044712b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
if: matrix.platform == 'ubuntu-latest'
run: |
sudo apt update
sudo apt install ffmpeg gobject-introspection libgirepository1.0-dev pandoc
sudo apt install ffmpeg gobject-introspection libcairo2-dev libgirepository1.0-dev pandoc
- name: Add pytest annotator
uses: liskin/gh-problem-matcher-wrap@v3
Expand Down

0 comments on commit 044712b

Please sign in to comment.