From 5f1cff8ac59b1269fadfcbf406aa237aee910ee6 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 17 Apr 2026 16:30:31 +0000 Subject: [PATCH] Install librsvg2-bin for LaTeX builds on 3.14+ Agent-Logs-Url: https://github.com/python/python-docs-pl/sessions/01cc54a1-a5cb-413d-a40d-54b141aab228 Co-authored-by: m-aciek <9288014+m-aciek@users.noreply.github.com> --- .github/workflows/update-lint-and-build.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/update-lint-and-build.yml b/.github/workflows/update-lint-and-build.yml index 3823f15f9..72a81d2fa 100644 --- a/.github/workflows/update-lint-and-build.yml +++ b/.github/workflows/update-lint-and-build.yml @@ -129,6 +129,8 @@ jobs: name: build-${{ matrix.version }}-latex - run: sudo apt-get update - run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy + - run: sudo apt-get install -y librsvg2-bin + if: ${{ fromJSON(matrix.version) >= 3.14 }} - run: make - uses: actions/upload-artifact@v7.0.0 with: