Skip to content

Commit

Permalink
Update workload to not install freeimage and freetype
Browse files Browse the repository at this point in the history
  • Loading branch information
harry-cpp committed Nov 17, 2024
1 parent f086656 commit 5e9545e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,10 +64,8 @@ jobs:
dotnet.exe workload install android ios macos
else
dotnet workload install android macos ios --version 8.0.402.0
brew install wine-stable p7zip freeimage freetype
brew install wine-stable p7zip
sudo mkdir -p /usr/local/lib
sudo ln -s /opt/homebrew/lib/libfreetype.dylib /usr/local/lib/libfreetype6.dylib
sudo ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libfreeimage.dylib
wget -qO- https://monogame.net/downloads/net9_mgfxc_wine_setup.sh | bash
fi
shell: bash
Expand Down

0 comments on commit 5e9545e

Please sign in to comment.