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