Skip to content

Commit

Permalink
Install X11 on macOS runner to test cairo_pdf device (#2)
Browse files Browse the repository at this point in the history
  • Loading branch information
yutannihilation authored May 22, 2024
1 parent 152030d commit 8abd96e
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 @@ -43,6 +43,11 @@ jobs:
extra-packages: any::rcmdcheck, local::.
needs: check

- name: Install dependencies for cairo_pdf device
if: runner.os == 'macOS'
run: |
brew install --cask xquartz
- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

0 comments on commit 8abd96e

Please sign in to comment.