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: