Skip to content

Commit

Permalink
In CI, use librsvg2-bin and remove perl
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele authored and msdemlei committed Dec 2, 2024
1 parent 6749b8c commit 35b1f9a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion github_workflow_build.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
sudo apt update
sudo apt install texlive-latex-base texlive-latex-recommended \
texlive-latex-extra texlive-fonts-recommended \
python3-sphinxcontrib.svg2pdfconverter perl latexmk \
librsvg2-bin latexmk \
pdftk xsltproc latexmk cm-super

- name: Build the document
Expand Down
2 changes: 1 addition & 1 deletion github_workflow_preview.yml.template
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
run: |
sudo apt install texlive-latex-base texlive-latex-recommended \
texlive-latex-extra texlive-fonts-recommended \
python3-sphinxcontrib.svg2pdfconverter perl latexmk \
librsvg2-bin latexmk \
pdftk xsltproc latexmk cm-super

- name: Build the document
Expand Down

0 comments on commit 35b1f9a

Please sign in to comment.