1
0
forked from Mirror/wren

Disable container-based build so we can use sudo.

This commit is contained in:
Bob Nystrom
2018-07-14 11:05:41 -07:00
parent 5fff693530
commit db77a9dce4
2 changed files with 8 additions and 2 deletions

View File

@ -3,7 +3,7 @@ set -e
# Install the Wren Pygments lexer.
cd util/pygments-lexer
python setup.py develop
python sudo setup.py develop
cd ../..
# Build the docs.