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 023018e commit 3a6eb84
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,8 @@ jobs:
- name: install wine64 on macos
run: |
brew install wine-stable p7zip freeimage freetype
ls /opt/homebrew/lib/libfree*
ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libfreeimage.dylib
ln -s /opt/homebrew/lib/libfreetype..6dylib /usr/local/lib/libfreetype.dylib
sudo ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libfreeimage.dylib
sudo ln -s /opt/homebrew/lib/libfreetype..6dylib /usr/local/lib/libfreetype.dylib
if: runner.os == 'macOS'

- name: Setup Wine
Expand Down

0 comments on commit 3a6eb84

Please sign in to comment.