Skip to content

Commit

Permalink
Install texlive-full
Browse files Browse the repository at this point in the history
  • Loading branch information
figi44 committed Jan 15, 2024
1 parent 1d4ab2f commit ffb5fbe
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ jobs:
path: atlas-source
ref: master

- name: install doxygen
run: sudo apt install doxygen texlive
- name: install doxygen and latex
run: sudo apt install doxygen texlive-full

- name: build docs
run: make PUBLIC=1 WITH_ECKIT=1 WITH_DOXYGEN=1 ATLAS_SOURCE_DIR=atlas-source clean html
Expand Down

0 comments on commit ffb5fbe

Please sign in to comment.