Skip to content

Commit

Permalink
Add XQuartz to macOS job
Browse files Browse the repository at this point in the history
  • Loading branch information
zsteinmetz committed Aug 9, 2023
1 parent cd50169 commit 61be755
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 @@ -33,6 +33,10 @@ jobs:

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

- name: install XQuartz on macOS
if: runner.os == 'macOS'
run: brew install xquartz --cask

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

0 comments on commit 61be755

Please sign in to comment.