Fix mac build on github (fixes #2347)

This commit is contained in:
def 2020-06-24 11:51:32 +02:00
parent 24a308c50c
commit 7fc15289f2

View file

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