Skip to content

Commit

Permalink
try to add libpng
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgohel committed May 7, 2024
1 parent 4f7eb07 commit 7fd2147
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ jobs:

- uses: r-lib/actions/setup-pandoc@v2

- name: Configure dependencies (linux)
if: contains(matrix.os, 'macos')
run: brew install libpng

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
Expand Down

0 comments on commit 7fd2147

Please sign in to comment.