From 6c5a364e880c06e35f04fa6a1fbd1cf613f54b24 Mon Sep 17 00:00:00 2001 From: juvester Date: Wed, 1 Feb 2017 23:50:24 +0200 Subject: [PATCH] CI: Fix VLC download --- CI/install-dependencies-osx.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CI/install-dependencies-osx.sh b/CI/install-dependencies-osx.sh index 3b5843bc4..82bcdc4ed 100755 --- a/CI/install-dependencies-osx.sh +++ b/CI/install-dependencies-osx.sh @@ -12,7 +12,7 @@ brew install qt5 curl -L -O https://s3-us-west-2.amazonaws.com/obs-nightly/osx-deps.tar.gz tar -xf ./osx-deps.tar.gz -C /tmp -curl https://github.com/videolan/vlc/archive/master.zip +curl -L -o vlc-master.zip https://github.com/videolan/vlc/archive/master.zip unzip ./vlc-master.zip # CEF Stuff