Skip to content

Commit 13d8cd1

Browse files
authored
Install graphviz with sudo
1 parent f60eff0 commit 13d8cd1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
pip install --force-reinstall Sphinx sphinx-rtd-theme pre-commit
4848
- name: Load graphviz
4949
run: |
50-
apt install graphviz
50+
sudo apt install graphviz
5151
- name: Library version
5252
run: git describe --dirty --always --tags
5353
- name: Setup problem matchers

0 commit comments

Comments
 (0)