Skip to content

Commit 080ab51

Browse files
fix(ci): install graphviz
1 parent 3ef2bea commit 080ab51

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/deploy.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,10 +18,10 @@ jobs:
1818
with:
1919
submodules: 'recursive'
2020

21-
- name: Install Doxygen
21+
- name: Install Dependencies
2222
run: |
2323
sudo apt update
24-
sudo apt install -y doxygen
24+
sudo apt install -y doxygen graphviz
2525
2626
- name: Set reusable strings
2727
# Turn repeated input strings (such as the build output directory) into step outputs. These step outputs can be used throughout the workflow file.
@@ -60,4 +60,4 @@ jobs:
6060
steps:
6161
- name: Deploy to GitHub Pages
6262
id: deployment
63-
uses: actions/deploy-pages@v4
63+
uses: actions/deploy-pages@v4

0 commit comments

Comments
 (0)