mirror of
https://github.com/devkitPro/wut.git
synced 2026-06-20 11:33:58 -05:00
Do not install doxygen-latex if we're not using it.
This commit is contained in:
parent
40313a323d
commit
d4a45f6af8
2
.github/workflows/doc.yml
vendored
2
.github/workflows/doc.yml
vendored
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user