Skip to content

Commit

Permalink
sudo the install
Browse files Browse the repository at this point in the history
Signed-off-by: Nikolaj Bjorner <[email protected]>
  • Loading branch information
NikolajBjorner committed Oct 12, 2019
1 parent d0cf145 commit 8d942ed
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/generate-doc.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
steps:
- script: |
cd doc
apt-get install doxygen
apt-get install graphviz
sudo apt-get install doxygen
sudo apt-get install graphviz
python mk_api_doc.py --z3py-package-path=../build/python/z3
cd ..

0 comments on commit 8d942ed

Please sign in to comment.