Skip to content

Commit

Permalink
chore: Fix install command for graphviz (needs sudo)
Browse files Browse the repository at this point in the history
  • Loading branch information
luator committed Sep 3, 2024
1 parent 9e2d2f5 commit 662bfdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
steps:
- name: Install graphviz
run: |
apt-get install -y graphviz
sudo apt-get install -y graphviz
- name: Build and Deploy Documentation
uses: sphinx-notes/pages@v3
with:
Expand Down

0 comments on commit 662bfdb

Please sign in to comment.