mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Disable container-based build so we can use sudo.
This commit is contained in:
@ -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.
|
||||
|
||||
Reference in New Issue
Block a user