Skip to content

Commit

Permalink
Another attempt at MacOS CI fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 8, 2024
1 parent 78f39bc commit 6340637
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ jobs:
if: matrix.os == 'macOS-latest'
run: |
brew reinstall freetype
ls -l /opt/homebrew/opt/freetype/lib
ln -s /opt/homebrew/opt/freetype/lib/libfreetype.6.dylib /usr/lib/libfreetype.6.dylib
cp /opt/homebrew/opt/freetype/lib/libfreetype.6.dylib .
export LD_LIBRARY_PATH=`pwd`
- name: Install Dependencies
run: |
zef install --/test App::Prove6
Expand Down

0 comments on commit 6340637

Please sign in to comment.