Skip to content

Commit

Permalink
export magick path
Browse files Browse the repository at this point in the history
  • Loading branch information
AtaJadidAhari committed Jun 25, 2024
1 parent 7eabe75 commit 7f84467
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/check-bioc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -135,6 +135,11 @@ jobs:
## Required to install magick as noted at
## https://github.com/r-lib/usethis/commit/f1f1e0d10c1ebc75fd4c18fa7e2de4551fd9978f#diff-9bfee71065492f63457918efcd912cf2
brew install imagemagick@6
echo 'export PATH="/opt/homebrew/opt/imagemagick@6/bin:$PATH"' >> /Users/runner/.bash_profile
export LDFLAGS="-L/opt/homebrew/opt/imagemagick@6/lib"
export CPPFLAGS="-I/opt/homebrew/opt/imagemagick@6/include"
## For textshaping, required by ragg, and required by pkgdown
brew install harfbuzz fribidi
Expand Down

0 comments on commit 7f84467

Please sign in to comment.