Skip to content

Commit

Permalink
GHA: need to install libpng on macOS
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborcsardi committed Aug 5, 2024
1 parent bd75b67 commit bdc33b3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,11 @@ jobs:
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install libpng on macOS
if: runner.os == 'macOS'
run: |
brew install libpng
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit bdc33b3

Please sign in to comment.