diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28bd9abe0..4e948aab6 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -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