Skip to content

Commit

Permalink
Mkdir /usr/local/lib
Browse files Browse the repository at this point in the history
  • Loading branch information
yesseruser authored Oct 9, 2024
1 parent 69a0fc7 commit af570cf
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 @@ -78,7 +78,9 @@ jobs:
tools: 'freeimage'
cache: yes
- name: Symlink freeimage
run: ln -s /opt/homebrew/lib/libfreeimage.dylib /usr/local/lib/libFreeImage
run: |
mkdir -p /usr/local/lib
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 af570cf

Please sign in to comment.