Skip to content

Commit c2a722f

Browse files
authored
Update docs-build.yml
* Runner command for Graphviz/Dot.
1 parent 9ea9922 commit c2a722f

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/docs-build.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,8 @@ jobs:
3333
uses: actions/checkout@v4
3434
- name: Setup Pages
3535
uses: actions/configure-pages@v5
36+
- name: Setup Doxygen Dependencies
37+
run: sudo apt install graphviz
3638
- name: Setup Doxygen
3739
run: sudo apt install doxygen
3840
- name: Build docs using Doxygen

0 commit comments

Comments
 (0)