Do not install doxygen-latex if we're not using it.

This commit is contained in:
Daniel K. O. (dkosmari) 2026-05-08 01:45:57 -03:00
parent 40313a323d
commit d4a45f6af8

View File

@ -27,7 +27,7 @@ jobs:
- name: Generate Documentation
run: |
sudo apt-get update
sudo apt-get install -y doxygen doxygen-latex graphviz
sudo apt-get install -y doxygen graphviz
cd docs
WUT_VERSION=${{ steps.vars.outputs.tag }} doxygen