Skip to content

Commit f6c7074

Browse files
committed
Install Latex, needed by Doxygen.
1 parent 85efc2a commit f6c7074

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

.github/workflows/release_build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -271,6 +271,15 @@ jobs:
271271
with:
272272
cmake-version: '3.16.x'
273273

274+
- name: Install Latex
275+
run: |
276+
sudo apt-get install -y \
277+
texlive-latex-base \
278+
texlive-latex-extra \
279+
texlive-fonts-recommended \
280+
texlive-fonts-extra \
281+
texlive-science
282+
274283
- name: Build Doxygen
275284
if: steps.cache-doxygen.outputs.cache-hit != 'true'
276285
run: |

0 commit comments

Comments
 (0)