Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/main'
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser committed Oct 9, 2024
2 parents 8669ead + 9f7d754 commit 0fa25f1
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,16 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: Install packages
uses: tecolicom/[email protected]
with:
tools: 'freeimage freetype'
cache: yes
- name: Symlink packages
run: |
mkdir -p ~/.nuget/packages/dotnet-mgcb/3.8.1.303/tools/net6.0/any/
ln -s /opt/homebrew/lib/libfreeimage.dylib ~/.nuget/packages/dotnet-mgcb/3.8.1.303/tools/net6.0/any/libFreeImage.dylib
ln -s /opt/homebrew/lib/freetype6.dylib ~/.nuget/packages/dotnet-mgcb/3.8.1.303/tools/net6.0/any/freetype6.dylib
- name: Set up butler
run: |
curl -L -o butler.zip https://broth.itch.zone/butler/darwin-amd64/LATEST/archive/default
Expand Down

0 comments on commit 0fa25f1

Please sign in to comment.