Skip to content

Commit 3beb01b

Browse files
committed
Add librsvg2 OS dependency
1 parent 15d5dc0 commit 3beb01b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- run: make venv
2323
working-directory: ./Doc
2424
- run: sudo apt-get update
25-
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy texinfo
25+
- run: sudo apt-get install -y latexmk texlive-xetex fonts-freefont-otf xindy texinfo librsvg2-bin
2626
- run: make dist-html
2727
id: build-html
2828
working-directory: ./Doc

0 commit comments

Comments
 (0)