From 919d3b1c3b8faccff298495d75a8d586ee1e4df5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20M=C3=A4rkl?= Date: Sat, 27 Jun 2020 12:30:13 +0200 Subject: [PATCH] Fix macOS on Travis (#265) --- .travis.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ef3245a..7af6368 100644 --- a/.travis.yml +++ b/.travis.yml @@ -79,7 +79,6 @@ matrix: osx_image: xcode11 addons: homebrew: - update: true # tmp packages: - qt - opus @@ -91,8 +90,7 @@ matrix: - CMAKE_EXTRA_ARGS="" - DEPLOY=1 install: - - brew unlink python@2 # tmp - - brew link python # tmp + - pip3 install protobuf - scripts/build-ffmpeg.sh script: - scripts/travis-build.sh