From 6206bb2c39e3d732767e3ea5add1ef9e1d829c62 Mon Sep 17 00:00:00 2001 From: Matthias Geier Date: Sat, 28 Sep 2024 15:57:07 +0200 Subject: [PATCH] CI: install librsvg --- .github/workflows/version-matrix.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/version-matrix.yml b/.github/workflows/version-matrix.yml index 9699a4cf..2e239146 100644 --- a/.github/workflows/version-matrix.yml +++ b/.github/workflows/version-matrix.yml @@ -45,9 +45,9 @@ jobs: uses: actions/checkout@v4 with: fetch-depth: 0 - - name: Install pandoc + - name: Install apt packages run: | - $APT_INSTALL pandoc + $APT_INSTALL pandoc librsvg - name: Set up Python ${{ env.PYTHON_VERSION }} uses: actions/setup-python@v5 with: