Skip to content

Commit

Permalink
-Fix RGL_USE_NULL for Ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
tylermorganwall committed Feb 19, 2024
1 parent 13f7636 commit c1efe79
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ jobs:
R_KEEP_PKG_SOURCE: yes

steps:
- name: Set RGL_USE_NULL for Ubuntu
if: runner.os == 'Linux'
run: echo "RGL_USE_NULL=TRUE" >> $GITHUB_ENV
- name: Install system dependencies
if: runner.os == 'Linux'
run: |
Expand Down

0 comments on commit c1efe79

Please sign in to comment.