Skip to content

Commit

Permalink
downgrade freetype indirect dependency for ragg
Browse files Browse the repository at this point in the history
  • Loading branch information
j-i-l committed Sep 6, 2024
1 parent 17d10e4 commit c5a3edb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/Macos_setup.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,12 @@ jobs:
brew install R
brew install pkg-config
brew install automake # needed to run autoconf
- name: temporal workaround for ragg
run: |
brew install curl
curl -L https://raw.githubusercontent.com/Homebrew/homebrew-core/d28afc3bfdb5d24eab02157bfffcc9e17ed6666c/Formula/f/freetype.rb > freetype.rb
brew install freetype.rb
- name: install GSL
run: |
Expand Down

0 comments on commit c5a3edb

Please sign in to comment.