Skip to content

Commit e4fcdce

Browse files
authored
Merge pull request #21 from UBCMath/texdep
tex live deps
2 parents 6c7f2f8 + 5c5b3a1 commit e4fcdce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
ls
3939
pwd
4040
sudo apt-get -y update
41-
sudo apt-get --no-install-recommends -y install latexmk
41+
sudo apt-get --no-install-recommends -y install latexmk texlive-latex-extra
4242
- name: compile tex
4343
run: |
4444
pdflatex -halt-on-error -interaction=nonstopmode notes.tex

0 commit comments

Comments
 (0)