Skip to content

Commit

Permalink
more work on freetype fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 8, 2024
1 parent 4cc79fc commit 78f39bc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
run: |
brew reinstall freetype
ls -l /opt/homebrew/opt/freetype/lib
ln -s /usr/lib/libfreetype.6.dylib /opt/homebrew/opt/freetype/lib/libfreetype.6.dylib
ln -s /opt/homebrew/opt/freetype/lib/libfreetype.6.dylib /usr/lib/libfreetype.6.dylib
- name: Install Dependencies
run: |
zef install --/test App::Prove6
Expand Down

0 comments on commit 78f39bc

Please sign in to comment.