From 634063716bd5dbad97ca7932f6b83cd62204676c Mon Sep 17 00:00:00 2001 From: David Warring Date: Fri, 9 Aug 2024 09:06:30 +1200 Subject: [PATCH] Another attempt at MacOS CI fix --- .github/workflows/macos.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 7157282..eea5b1d 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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