Skip to content

Commit

Permalink
correction in doxygen.yml file (Graphviz)
Browse files Browse the repository at this point in the history
  • Loading branch information
fabricix committed Sep 11, 2024
1 parent b498c0a commit 0e8505d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/doxygen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Install Doxygen
run: sudo apt-get install doxygen -y

- name: Install Graphviz (if needed for diagrams)
run: sudo apt-get install graphviz -y

- name: Install LaTeX for PDF generation
run: sudo apt-get install -y texlive-full

Expand Down

0 comments on commit 0e8505d

Please sign in to comment.