mirror of
https://github.com/lbonn/rofi
synced 2024-11-10 06:14:14 +00:00
[travis] Install meson in homedir.
This commit is contained in:
parent
e483012906
commit
e6cdf16089
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ before_install:
|
|||
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
|
||||
- pip3 install --user meson==0.41.2
|
||||
- wget https://github.com/ninja-build/ninja/releases/download/v1.7.2/ninja-linux.zip
|
||||
- unzip ninja-linux.zip
|
||||
- export PATH=$(pwd):$PATH
|
||||
|
|
Loading…
Reference in a new issue