There was an error while loading. Please reload this page.
1 parent 67af8ab commit 513cfeaCopy full SHA for 513cfea
1 file changed
.github/workflows/test-build.yml
@@ -32,6 +32,11 @@ jobs:
32
path: Doc/locales/ru/LC_MESSAGES
33
- run: git pull
34
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
40
- uses: sphinx-doc/github-problem-matcher@v1.1
41
- run: make -e SPHINXOPTS="--color -D language='ru' -W --keep-going" ${{ matrix.format }}
42
working-directory: ./Doc
0 commit comments