Skip to content

Commit

Permalink
CI: Install Recommends (i.e. Latex)
Browse files Browse the repository at this point in the history
  • Loading branch information
ax3l committed Jan 17, 2023
1 parent 22d525d commit 5568331
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/source.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
run: .github/workflows/source/test_ci_matrix.sh
- name: Doxygen
run: |
sudo apt-get install -y --no-install-recommends doxygen
sudo apt update
sudo apt install -y doxygen texlive-latex-base
.github/workflows/source/doxygen

0 comments on commit 5568331

Please sign in to comment.