Skip to content

Commit

Permalink
More debugging/CI fix? for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 8, 2024
1 parent f27a65e commit 4cc79fc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,8 @@ jobs:
if: matrix.os == 'macOS-latest'
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
- name: Install Dependencies
run: |
zef install --/test App::Prove6
Expand Down

0 comments on commit 4cc79fc

Please sign in to comment.