Skip to content

Commit

Permalink
Try to fix mac freetype/image issue
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 13, 2024
1 parent 8e05402 commit 68fc34d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,10 @@ jobs:
if: runner.os == 'Linux'

- name: install wine64 on macos
run: brew install wine-stable p7zip freeimage freetype
run: |
brew install wine-stable p7zip freeimage freetype
ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libfreeimage.dylib
ln -s /opt/homebrew/lib/libfreetype.dylib /usr/local/lib/libfreetype.dylib
if: runner.os == 'macOS'

- name: Setup Wine
Expand Down

0 comments on commit 68fc34d

Please sign in to comment.