Skip to content

Commit

Permalink
Try to force jpeg instead of turbo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmurdoch committed Jun 28, 2024
1 parent d085e9d commit c88aefc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
if: runner.os == 'macOS'
run: |
brew install libjpeg
export LDFLAGS="-L/opt/homebrew/opt/jpeg/lib"
export CPPFLAGS="-I/opt/homebrew/opt/jpeg/include"
export PKG_CONFIG_PATH="/opt/homebrew/opt/jpeg/lib/pkgconfig"
brew install xquartz
brew install fribidi
Expand Down

0 comments on commit c88aefc

Please sign in to comment.