Skip to content

Commit

Permalink
-Install xquartz for macOS runner
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Mar 30, 2024
1 parent bf4a11f commit 1c0fee9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Expand Up @@ -32,6 +32,9 @@ jobs:
- name: Set RGL_USE_NULL for Ubuntu
if: runner.os == 'Linux'
run: echo "RGL_USE_NULL=TRUE" >> $GITHUB_ENV
- name: Install XQuartz on macOS
if: runner.os == 'macOS'
run: brew cask install xquartz
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit 1c0fee9

Please sign in to comment.