Add now missing libcairo dependency

Thanks GitHub for breaking workflows out of thin air.
This commit is contained in:
Šarūnas Nejus 2025-01-13 06:58:30 +00:00
parent 0a53a930aa
commit 044712b796
No known key found for this signature in database
GPG key ID: DD28F6704DBE3435

View file

@ -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