Skip to content

Commit 8d942ed

Browse files
sudo the install
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent d0cf145 commit 8d942ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/generate-doc.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
steps:
22
- script: |
33
cd doc
4-
apt-get install doxygen
5-
apt-get install graphviz
4+
sudo apt-get install doxygen
5+
sudo apt-get install graphviz
66
python mk_api_doc.py --z3py-package-path=../build/python/z3
77
cd ..

0 commit comments

Comments
 (0)