Skip to content

Commit 49f697d

Browse files
committed
Changed from Ubuntu texlive to texlive-full to pull in styles that appear to be missing.
1 parent 7fa5278 commit 49f697d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install Emacs
3636
run: sudo apt -y install emacs-nox
3737
- name: Install TeXLive
38-
run: sudo apt -y install texlive
38+
run: sudo apt -y install texlive-full
3939
- name: Install LaTeX Make
4040
run: sudo apt -y install latexmk
4141
- name: Checkout

0 commit comments

Comments
 (0)