Skip to content

Commit

Permalink
add libpng when macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed May 17, 2024
1 parent 8d74533 commit e6f4ca3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,9 @@ jobs:
- uses: r-lib/actions/setup-pandoc@v2

- if: runner.os == 'macOS'
run: brew install --cask xquartz
run: |
brew install --cask xquartz
brew install libpng
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit e6f4ca3

Please sign in to comment.