Update install_deps.sh

This commit is contained in:
Kelson 2019-11-29 17:28:25 +01:00 committed by GitHub
parent abd2fa3bf3
commit 0a1e01eb2b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@ REPO_NAME=${TRAVIS_REPO_SLUG#*/}
cd $HOME cd $HOME
if [[ "$TRAVIS_OS_NAME" == "osx" ]] if [[ "$TRAVIS_OS_NAME" == "osx" ]]
then then
# upgrade wget as openssl is updated by travis
brew upgrade wget
pip3 install meson==0.49.2 pip3 install meson==0.49.2
wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip