Skip to content

Commit e7179bd

Browse files
committed
Install minimal Latex.
1 parent f6c7074 commit e7179bd

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/release_build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -275,10 +275,8 @@ jobs:
275275
run: |
276276
sudo apt-get install -y \
277277
texlive-latex-base \
278-
texlive-latex-extra \
279-
texlive-fonts-recommended \
280-
texlive-fonts-extra \
281-
texlive-science
278+
texlive-latex-recommended \
279+
texlive-fonts-recommended
282280
283281
- name: Build Doxygen
284282
if: steps.cache-doxygen.outputs.cache-hit != 'true'

0 commit comments

Comments
 (0)