Skip to content

Commit a0561e8

Browse files
m-aciekCopilot
andauthored
Move librsvg2-bin install to build latex step (#135)
Agent-Logs-Url: https://github.com/python/python-docs-pl/sessions/8b7aeeeb-2347-4d8a-9671-c77efa538690 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 63ce38c commit a0561e8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,6 +108,8 @@ jobs:
108108
path: Doc/locales/pl/LC_MESSAGES
109109
- run: git pull
110110
working-directory: ./Doc/locales/pl/LC_MESSAGES
111+
- run: sudo apt-get update && sudo apt-get install -y librsvg2-bin
112+
if: ${{ matrix.format == 'latex' && fromJSON(matrix.version) >= 3.14 }}
111113
- uses: sphinx-doc/github-problem-matcher@v1.1
112114
- run: make -e SPHINXOPTS="--color -D language='pl' -W --keep-going" ${{ matrix.format }}
113115
working-directory: ./Doc
@@ -129,8 +131,6 @@ jobs:
129131
name: build-${{ matrix.version }}-latex
130132
- run: sudo apt-get update
131133
- 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 }}
134134
- run: make
135135
- uses: actions/upload-artifact@v7.0.0
136136
with:

0 commit comments

Comments
 (0)