mirror of
https://github.com/urbit/shrub.git
synced 2024-12-25 04:52:06 +03:00
Fix pip command
This commit is contained in:
parent
6a31387e46
commit
fecf7579b8
@ -7,7 +7,7 @@ script: meson build && cd ./build && ninja
|
||||
# email: false
|
||||
|
||||
install:
|
||||
- pip install meson
|
||||
- pip3 install meson
|
||||
|
||||
addons:
|
||||
apt:
|
||||
@ -24,6 +24,7 @@ addons:
|
||||
- re2c
|
||||
- libcurl4-gnutls-dev
|
||||
- python3
|
||||
- python3-pip
|
||||
# before_deploy: "make deb" # TODO
|
||||
deploy:
|
||||
skip_cleanup: true
|
||||
|
Loading…
Reference in New Issue
Block a user