mirror of
https://github.com/ddnet/ddnet.git
synced 2024-11-20 15:08:19 +00:00
Merge #2348
2348: Fix mac build on github (fixes #2347) r=Learath2 a=def- Co-authored-by: def <dennis@felsin9.de>
This commit is contained in:
commit
2fb4d73103
3
.github/workflows/build.yaml
vendored
3
.github/workflows/build.yaml
vendored
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue