Skip to content

Commit

Permalink
Attempting CI Fix foor MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
dwarring committed Aug 8, 2024
1 parent 59fa06b commit c677bda
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/macos.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c677bda

Please sign in to comment.