try to get brew working

This commit is contained in:
Logan
2020-10-28 12:14:19 -06:00
committed by GitHub
parent 3e5e763ab4
commit d64add18aa
+2 -1
View File
@@ -14,7 +14,8 @@ jobs:
- gcc
before_install: |
brew update
brew install freetype cmake libsamplerate hidapi unixodbc libpng pkg-config sdl2_net sdl2 qt libpq
brew upgrade
brew install libsamplerate hidapi sdl2_net sdl2
script: |
qt_version=$(ls /usr/local/Cellar/qt)
# Work around brew + QT bug - https://github.com/Homebrew/legacy-homebrew/issues/29938