Skip to content

Commit

Permalink
RGL_USE_NULL on actions
Browse files Browse the repository at this point in the history
* there are issues on macosx

  unable to load shared object
  '/Users/runner/work/_temp/Library/rgl/libs/rgl.so':
  Reason: tried: '/opt/X11/lib/libGLU.1.dylib' (no such file),
  • Loading branch information
jefferis committed Aug 25, 2024
1 parent a5c1cdd commit 8f3978b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RGL_USE_NULL: true

steps:
- uses: actions/checkout@v4
Expand Down

0 comments on commit 8f3978b

Please sign in to comment.