Skip to content

Commit 63ce38c

Browse files
Copilotm-aciek
andauthored
Install librsvg2-bin for LaTeX builds on 3.14+ (#134)
3.14+ convert SVG to PDF in-flight Agent-Logs-Url: https://github.com/python/python-docs-pl/sessions/01cc54a1-a5cb-413d-a40d-54b141aab228 Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com> Co-authored-by: m-aciek <9288014+m-aciek@users.noreply.github.com>
1 parent 5cac3e5 commit 63ce38c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/update-lint-and-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,8 @@ jobs:
129129
name: build-${{ matrix.version }}-latex
130130
- run: sudo apt-get update
131131
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy
132+
- run: sudo apt-get install -y librsvg2-bin
133+
if: ${{ fromJSON(matrix.version) >= 3.14 }}
132134
- run: make
133135
- uses: actions/upload-artifact@v7.0.0
134136
with:

0 commit comments

Comments
 (0)