Skip to content

Commit 25e6ebb

Browse files
committed
add texlive-fonts-recommended
1 parent 02730e3 commit 25e6ebb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
2323
- name: Build PDF Documentation
2424
run: |
25-
sudo apt-get install -y texlive-latex-base latexmk
25+
sudo apt-get install -y texlive-latex-base latexmk texlive-fonts-recommended
2626
make -C doc latexpdf
2727
2828
- name: Upload HTML Documentation

0 commit comments

Comments
 (0)