mirror of
https://github.com/lbonn/rofi
synced 2024-11-22 20:03:03 +00:00
Add pip to install list.
This commit is contained in:
parent
28ca3cb510
commit
e483012906
1 changed files with 1 additions and 0 deletions
|
@ -59,6 +59,7 @@ before_install:
|
|||
# TODO: We install xkbcommon here, until Travis use an up-to-date enough Ubuntu
|
||||
install:
|
||||
- sudo apt-get install -y --force-yes libxkbcommon-dev libxkbcommon-x11-dev flex/trusty-backports libfl-dev/trusty-backports
|
||||
- sudo apt-get install -y --force-yes python3-pip
|
||||
- pip3 install meson==0.41.2
|
||||
- wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip
|
||||
- unzip ninja-linux.zip
|
||||
|
|
Loading…
Reference in a new issue