Skip to content

Commit

Permalink
Fix installation of dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gmantele authored and msdemlei committed Nov 27, 2024
1 parent b605650 commit e17140d
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 @@ -29,7 +29,7 @@ jobs:
run: |
sudo apt update
sudo apt install texlive-latex-base texlive-latex-recommended \
texlive-latex-extra texlive-fonts-recommended
texlive-latex-extra texlive-fonts-recommended \
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 @@ -31,7 +31,7 @@ jobs:
- name: Setup dependencies
run: |
sudo apt install texlive-latex-base texlive-latex-recommended \
texlive-latex-extra texlive-fonts-recommended
texlive-latex-extra texlive-fonts-recommended \
pdftk xsltproc latexmk cm-super

- name: Build the document
Expand Down

0 comments on commit e17140d

Please sign in to comment.