Skip to content

Commit 8b53f7a

Browse files
committed
Install XQuartz for png()
1 parent 33aaa9c commit 8b53f7a

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,11 @@ jobs:
4646

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

49+
# For file snapshot that uses png
50+
- name: Install xquartz
51+
if: runner.os == 'macOS'
52+
run: brew install --cask xquartz
53+
4954
- uses: r-lib/actions/setup-r@v2
5055
with:
5156
r-version: ${{ matrix.config.r }}

0 commit comments

Comments
 (0)