summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordef <dennis@felsin9.de>2020-05-01 10:31:30 +0200
committerRobert Müller <robytemueller@gmail.com>2023-06-14 17:09:21 +0200
commit91e4ceb1ee3645c25862281421bc0125ed8ae055 (patch)
tree7579bac021db5bbcad0f7d98d108711db44eaea7
parent3fb07fcd7110e848b9a4b94bbddcd8b0cab3cbbc (diff)
Try to fix macos action
-rw-r--r--.github/workflows/build.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml
index d2ab1de57..41dca1087 100644
--- a/.github/workflows/build.yaml
+++ b/.github/workflows/build.yaml
@@ -53,7 +53,8 @@ jobs:
if: contains(matrix.os, 'macOS')
run: |
brew update
- brew install pkg-config sdl2
+ brew install pkg-config freetype sdl2
+ sudo rm -rf /Library/Developer/CommandLineTools
- name: Build in debug mode
env: ${{ matrix.env }}