Skip to content

Commit 5c5b3a1

Browse files
committed
tex live deps
Fixes #19. Maybe.
1 parent 6c7f2f8 commit 5c5b3a1

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)