From 4cc79fc3072eef0a3c2e59d23181aeb807c96e8e Mon Sep 17 00:00:00 2001 From: David Warring Date: Fri, 9 Aug 2024 08:42:56 +1200 Subject: [PATCH] More debugging/CI fix? for MacOS --- .github/workflows/macos.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 34845fe..558b8a6 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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