Workflow: install harfbuzz via brew since there is an issue with linking path of the library on osx

This commit is contained in:
2024-10-19 14:54:00 -04:00
parent c9af4417ab
commit a64edb4253
2 changed files with 3 additions and 0 deletions

View File

@@ -32,6 +32,7 @@ jobs:
echo "Bash version: $(bash --version)"
brew install freetype
brew install harfbuzz
brew install odin
make -C "/opt/homebrew/Cellar/odin/2024-10/libexec/vendor/stb/src"