Skip to content

Commit

Permalink
trying to fix macosx build issue
Browse files Browse the repository at this point in the history
* there is a problem installing nat on the github macosx hosts, but can't see errors to figure out what
* rgl seems the most likely culprit so trying to set NULL
  • Loading branch information
jefferis committed Jul 25, 2024
1 parent 478d2ad commit 6593109
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fail-fast: false
matrix:
config:
- {os: macos-latest, r: 'release'}
- {os: macos-latest, r: 'release', rglusenull: "true"}
- {os: windows-latest, r: 'release'}
- {os: ubuntu-latest, r: 'devel', http-user-agent: 'release'}
- {os: ubuntu-latest, r: 'release'}
Expand All @@ -29,6 +29,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RGL_USE_NULL: ${{ matrix.config.rglusenull }}

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

0 comments on commit 6593109

Please sign in to comment.