Skip to content

Commit

Permalink
-Ignore x11 on macos
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Mar 30, 2024
1 parent 2a83b58 commit f91b725
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +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
- name: Set RGL_USE_NULL for macOS
if: runner.os == 'macOS'
run: brew install --cask xquartz
run: echo "RGL_USE_NULL=TRUE" >> $GITHUB_ENV
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit f91b725

Please sign in to comment.