Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MacOS workflow: Install harfbuzz normally again #2622

Merged
merged 6 commits into from
Sep 24, 2023
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 3 additions & 5 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,12 +50,10 @@ jobs:
- name: Install macos dependencies
if: ${{ matrix.os == 'macos-11' }}
run: |
# See https://github.com/orgs/Homebrew/discussions/4735
# and https://github.com/actions/runner-images/issues/8078
brew uninstall --ignore-dependencies harfbuzz
brew install --build-from-source harfbuzz
brew update
brew reinstall harfbuzz
tobbi marked this conversation as resolved.
Show resolved Hide resolved
brew install cmake googletest bash rename libogg libvorbis glew\
openal-soft sdl2 sdl2_image sdl2_ttf freetype harfbuzz \
openal-soft sdl2 sdl2_image sdl2_ttf freetype \
fribidi glib gtk-doc glbinding libraqm glm zlib

# Something funky happens with freetype if mono is left
Expand Down
Loading