mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 18:59:59 +08:00
Install graphviz to let Doxygen generate graph. (#165)
This commit is contained in:
parent
a40a54ec10
commit
2f9563a91b
4
.github/workflows/documentation.yaml
vendored
4
.github/workflows/documentation.yaml
vendored
@ -12,10 +12,10 @@ jobs:
|
|||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v2
|
- uses: actions/checkout@v2
|
||||||
|
|
||||||
- name: Install Doxygen
|
- name: Install Doxygen/Graphviz
|
||||||
run: |
|
run: |
|
||||||
sudo apt-get update
|
sudo apt-get update
|
||||||
sudo apt-get install doxygen
|
sudo apt-get install doxygen graphviz
|
||||||
|
|
||||||
- name: Build HTML documentation
|
- name: Build HTML documentation
|
||||||
run: |
|
run: |
|
||||||
|
Loading…
Reference in New Issue
Block a user