From 8f3978b65287d2637fabc9c82d3f5deef1527b9b Mon Sep 17 00:00:00 2001 From: Gregory Jefferis Date: Sun, 25 Aug 2024 04:08:49 +0100 Subject: [PATCH] RGL_USE_NULL on actions * 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), --- .github/workflows/R-CMD-check.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/R-CMD-check.yaml b/.github/workflows/R-CMD-check.yaml index d46a617..ae72b87 100644 --- a/.github/workflows/R-CMD-check.yaml +++ b/.github/workflows/R-CMD-check.yaml @@ -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