Fixred meson installation.

This commit is contained in:
Pietro Gagliardi 2019-04-01 11:03:08 -04:00
parent 151ee9a52e
commit 0ad8c85de0
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ jobs:
clean: all
steps:
- script: |
sudo apt-get install libgtk-3-dev ninja-build
sudo apt-get install -y libgtk-3-dev ninja-build python3-setuptools
sudo pip3 install meson
displayName: 'Setup'
- script: |