Skip to content
Closed
Changes from all 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
2 changes: 1 addition & 1 deletion .github/workflows/python-macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Install requirements on macOSX
run: |
brew cleanup
HOMEBREW_NO_AUTO_UPDATE=1 brew install [email protected] graphicsmagick boost-python3
HOMEBREW_NO_AUTO_UPDATE=1 brew install freetype [email protected] graphicsmagick boost-python3
HOMEBREW_NO_AUTO_UPDATE=1 brew link --overwrite [email protected]
HOMEBREW_NO_AUTO_UPDATE=1 brew link --overwrite boost-python3
- name: check env
Expand Down