From c677bda8bccb61bbab3b116e8a9499eaffeac517 Mon Sep 17 00:00:00 2001 From: David Warring Date: Fri, 9 Aug 2024 07:58:28 +1200 Subject: [PATCH] Attempting CI Fix foor MacOS Based on https://stackoverflow.com/questions/14013474/lion-osx-how-to-install-libfreetype-6-dylib --- .github/workflows/macos.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/macos.yml b/.github/workflows/macos.yml index 5b5d765..1773b1e 100644 --- a/.github/workflows/macos.yml +++ b/.github/workflows/macos.yml @@ -25,7 +25,9 @@ jobs: raku-version: ${{ matrix.raku-version }} - name: Install Libraries (MacOS) if: matrix.os == 'macOS-latest' - run: brew reinstall freetype + run: | + brew reinstall freetype + brew link --overwrite freetype - name: Install Dependencies run: | zef install --/test App::Prove6