mirror of
https://github.com/jarun/nnn.git
synced 2024-11-24 11:51:27 +00:00
Use sudo to install packagecore
This commit is contained in:
parent
dcf8fbf78b
commit
211329f5df
|
@ -28,7 +28,7 @@ before_deploy:
|
|||
- unset CFLAGS
|
||||
- sudo apt-get update -qy
|
||||
- sudo apt-get install -qy python3 python3-pip
|
||||
- python3 -m pip install packagecore
|
||||
- sudo python3 -m pip install packagecore
|
||||
- packagecore -o dist/ "${TRAVIS_TAG#v}"
|
||||
|
||||
deploy:
|
||||
|
|
Loading…
Reference in a new issue