Skip to content

Commit

Permalink
switching off rgl
Browse files Browse the repository at this point in the history
  • Loading branch information
michbur committed Jul 28, 2024
1 parent 5cf1894 commit 28ed591
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/rhub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,9 +49,10 @@ jobs:
config: ${{ fromJson(needs.setup.outputs.containers) }}
container:
image: ${{ matrix.config.container }}
env:
RGL_USE_NULL: true

steps:
- run: echo "RGL_USE_NULL=TRUE" >> $GITHUB_ENV
- uses: r-hub/actions/checkout@v1
- uses: r-hub/actions/platform-info@v1
with:
Expand Down

0 comments on commit 28ed591

Please sign in to comment.