Skip to content

Commit

Permalink
Install graphviz for graph visualisation
Browse files Browse the repository at this point in the history
  • Loading branch information
borodun committed Dec 19, 2023
1 parent 5fb6fc9 commit 9006000
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

steps:
- name: Install doxygen
run: sudo apt update && sudo apt install -y doxygen
run: sudo apt update && sudo apt install -y doxygen graphviz

- name: Clone repo
uses: actions/checkout@v4
Expand Down

0 comments on commit 9006000

Please sign in to comment.