Skip to content

Commit

Permalink
Fix it?
Browse files Browse the repository at this point in the history
  • Loading branch information
dellis1972 committed Sep 13, 2024
1 parent e434a57 commit 141ef94
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,9 @@ jobs:
- name: install wine64 on macos
run: |
brew install wine-stable p7zip freeimage freetype
echo $PATH
echo $DYLD_LIBRARY_PATH
ls /opt/homebrew/lib
ls /usr/local/lib
sudo ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libfreeimage.dylib
sudo mkdir -p /usr/local/lib
sudo ln -s /opt/homebrew/lib/libfreetype.dylib /usr/local/lib/libfreetype.dylib
sudo ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libfreeimage.dylib
if: runner.os == 'macOS'

- name: Setup Wine
Expand Down

0 comments on commit 141ef94

Please sign in to comment.