mirror of https://github.com/kiwix/libkiwix.git
Update install_deps.sh
This commit is contained in:
parent
abd2fa3bf3
commit
0a1e01eb2b
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue