From 78f39bc3cf063aa288c28089610ee60bb8e59564 Mon Sep 17 00:00:00 2001 From: David Warring Date: Fri, 9 Aug 2024 08:53:42 +1200 Subject: [PATCH] more work on freetype fix --- .github/workflows/macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 558b8a6..7157282 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -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