From ce6995262066fa66b3371ab99b8c8a13c535f13e Mon Sep 17 00:00:00 2001 From: Ed_ Date: Sat, 19 Oct 2024 14:14:22 -0400 Subject: [PATCH] Make sure freetype is installed --- .github/workflows/macos_build.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/macos_build.yaml b/.github/workflows/macos_build.yaml index ac86e50..5100d5e 100644 --- a/.github/workflows/macos_build.yaml +++ b/.github/workflows/macos_build.yaml @@ -31,6 +31,7 @@ jobs: brew install bash echo "Bash version: $(bash --version)" + brew install freetype brew install odin - name: Run build script