Skip to content

Commit

Permalink
Install XQuartz for png()
Browse files Browse the repository at this point in the history
  • Loading branch information
hadley committed Aug 23, 2024
1 parent 33aaa9c commit 8b53f7a
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 @@ -46,6 +46,11 @@ jobs:

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

# For file snapshot that uses png
- name: Install xquartz
if: runner.os == 'macOS'
run: brew install --cask xquartz

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

0 comments on commit 8b53f7a

Please sign in to comment.