Skip to content

Commit

Permalink
feat(latex): install imagemagick
Browse files Browse the repository at this point in the history
  • Loading branch information
sanjayankur31 committed Jan 14, 2025
1 parent 131cef7 commit e4e87d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
pip install -r requirements-book.txt
sudo apt-get update -y
sudo apt-get install build-essential -y
sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra texlive-xetex latexmk -y
sudo apt-get install texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-fonts-extra texlive-xetex latexmk imagemagick -y
- name: Update buf_size in texmf.cnf
run: |
kpsewhich -a texmf.cnf
Expand Down

0 comments on commit e4e87d3

Please sign in to comment.