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