mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-10 01:58:19 +00:00
Fix mac build on github (fixes #2347)
This commit is contained in:
parent
24a308c50c
commit
7fc15289f2
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue