Skip to content

Commit

Permalink
Install xquartz before package check
Browse files Browse the repository at this point in the history
  • Loading branch information
stevecondylios committed Oct 11, 2023
1 parent 4db7d35 commit abb428b
Showing 1 changed file with 7 additions and 4 deletions.
11 changes: 7 additions & 4 deletions .github/workflows/check-standard.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,13 +55,16 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true

# SC: These lines from here: https://github.com/r-lib/actions/issues/78#issuecomment-611733294
# but updated with this in mind: https://github.com/r-lib/actions/issues/78#issuecomment-810171913 (since it errored otherwise)
# Note that XQuartz has to be installed before the check-r-package step (below)
- name: Install XQuartz on macOS
if: runner.os == 'macOS'
run: brew install xquartz --cask

- uses: r-lib/actions/check-r-package@v2
with:
upload-snapshots: true



0 comments on commit abb428b

Please sign in to comment.