Skip to content

Commit bdc33b3

Browse files
committed
GHA: need to install libpng on macOS
1 parent bd75b67 commit bdc33b3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.github/workflows/R-CMD-check.yaml

+5
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,11 @@ jobs:
5252
http-user-agent: ${{ matrix.config.http-user-agent }}
5353
use-public-rspm: true
5454

55+
- name: Install libpng on macOS
56+
if: runner.os == 'macOS'
57+
run: |
58+
brew install libpng
59+
5560
- uses: r-lib/actions/setup-r-dependencies@v2
5661
with:
5762
extra-packages: any::rcmdcheck

0 commit comments

Comments
 (0)