Skip to content

Commit 513cfea

Browse files
committed
add installation step for SVG converter in LaTeX build
1 parent 67af8ab commit 513cfea

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

.github/workflows/test-build.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,11 @@ jobs:
3232
path: Doc/locales/ru/LC_MESSAGES
3333
- run: git pull
3434
working-directory: ./Doc/locales/ru/LC_MESSAGES
35+
- name: Install SVG converter for LaTeX build
36+
if: matrix.format == 'latex'
37+
run: |
38+
sudo apt-get update
39+
sudo apt-get install -y librsvg2-bin
3540
- uses: sphinx-doc/github-problem-matcher@v1.1
3641
- run: make -e SPHINXOPTS="--color -D language='ru' -W --keep-going" ${{ matrix.format }}
3742
working-directory: ./Doc

0 commit comments

Comments
 (0)