From 0a1e01eb2b42dc5b0a9ee448fb85657968ef20ba Mon Sep 17 00:00:00 2001 From: Kelson Date: Fri, 29 Nov 2019 17:28:25 +0100 Subject: [PATCH] Update install_deps.sh --- travis/install_deps.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/travis/install_deps.sh b/travis/install_deps.sh index 1d0d49cc6..a9bc721be 100755 --- a/travis/install_deps.sh +++ b/travis/install_deps.sh @@ -8,6 +8,8 @@ REPO_NAME=${TRAVIS_REPO_SLUG#*/} cd $HOME if [[ "$TRAVIS_OS_NAME" == "osx" ]] then + # upgrade wget as openssl is updated by travis + brew upgrade wget pip3 install meson==0.49.2 wget https://github.com/ninja-build/ninja/releases/download/v1.8.2/ninja-mac.zip