2348: Fix mac build on github (fixes #2347) r=Learath2 a=def-



Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
bors[bot] 2020-06-24 12:32:16 +00:00 committed by GitHub
commit 2fb4d73103
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -67,7 +67,8 @@ jobs:
if: contains(matrix.os, 'macOS') if: contains(matrix.os, 'macOS')
run: | run: |
brew update brew update
brew install pkg-config freetype sdl2 brew install pkg-config sdl2
brew upgrade freetype
sudo rm -rf /Library/Developer/CommandLineTools sudo rm -rf /Library/Developer/CommandLineTools
- name: Build in debug mode - name: Build in debug mode