From 044712b796531aa49a9c12b00c66f31f002ac8d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0ar=C5=ABnas=20Nejus?= Date: Mon, 13 Jan 2025 06:58:30 +0000 Subject: [PATCH] Add now missing libcairo dependency Thanks GitHub for breaking workflows out of thin air. --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 28bd9abe01..4e948aab61 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