Skip to content

Commit

Permalink
Will try using apt to install latexmk again
Browse files Browse the repository at this point in the history
  • Loading branch information
ghseeli committed Oct 5, 2023
1 parent c9aa728 commit 234b604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/compile_tex_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ jobs:
./install-tl/install-tl -profile texlive.profile
export PATH=$(pwd)/texlive/bin/x86_64-linux:$PATH
sudo apt-get install texlive texlive-extra-utils texlive-latex-base texlive-latex-recommended texlive-latex-extra texlive-fonts-recommended texlive-luatex texlive-xetex texlive-pstricks
sudo apt-get install latexmk
tlmgr update --self
tlmgr update --all
tlmgr install latexmk
tlmgr install $(cat .tlmgr-dep)
- name: Compile LaTeX files
run: |
Expand Down

0 comments on commit 234b604

Please sign in to comment.