CI: Add freetype dep on osx

This commit is contained in:
Colin Edwards 2020-04-15 23:37:07 -05:00 committed by GitHub
parent 8726425a6c
commit 7247a80b3c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -40,8 +40,8 @@ ccache -s || echo "CCache is not available."
# Fetch and untar prebuilt OBS deps that are compatible with older versions of OSX
hr "Downloading OBS deps"
wget --quiet --retry-connrefused --waitretry=1 https://github.com/obsproject/obs-deps/releases/download/2020-04-07/osx-deps-2020-04-07.tar.gz
tar -xf ./osx-deps-2020-04-07.tar.gz -C /tmp
wget --quiet --retry-connrefused --waitretry=1 https://github.com/obsproject/obs-deps/releases/download/2020-4-16/osx-deps-2020-04-16.tar.gz
tar -xf ./osx-deps-2020-04-16.tar.gz -C /tmp
# Fetch vlc codebase
hr "Downloading VLC repo"