Skip to content

Commit

Permalink
try env var RGL_USE_NULL: TRUE
Browse files Browse the repository at this point in the history
  • Loading branch information
markheckmann committed Dec 29, 2023
1 parent 14e1ae2 commit 558976a
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RGL_USE_NULL: TRUE

steps:
- uses: actions/checkout@v3
Expand All @@ -44,9 +45,9 @@ jobs:
extra-packages: any::rcmdcheck
needs: check

- name: Install libcurl on Linux
if: runner.os == 'Linux'
run: sudo apt-get update -y && sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev
# - name: Install libcurl on Linux
# if: runner.os == 'Linux'
# run: sudo apt-get update -y && sudo apt-get install -y libgl1-mesa-dev libglu1-mesa-dev

# # extra lines to use null device in rgl when
# - name: Configure RGL for headless testing
Expand Down

0 comments on commit 558976a

Please sign in to comment.