Skip to content

Commit

Permalink
Symlink libfreeimage
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser authored Oct 9, 2024
1 parent c460f91 commit 69a0fc7
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,13 @@ jobs:
uses: actions/setup-dotnet@v4
with:
dotnet-version: 8.0.x
- name: install freeimage
- name: Install freeimage
uses: tecolicom/[email protected]
with:
tools: 'freeimage'
cache: yes
- name: Symlink freeimage
run: ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libFreeImage
- 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 69a0fc7

Please sign in to comment.