Skip to content

Commit

Permalink
follow dmurdoch/rgl workflow in checkin rgl packages
Browse files Browse the repository at this point in the history
  • Loading branch information
jarioksa committed Jul 16, 2023
1 parent 2a78d7a commit daa115a
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,19 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
RGL_USE_NULL: true

steps:
- uses: actions/checkout@v3

- uses: r-lib/actions/setup-pandoc@v2

- uses: r-lib/actions/setup-r@v2
- name: Install dependencies on macOS
if: runner.os == 'macOS'
run: |
brew install xquartz
- uses: r-lib/actions/setup-r-depencies@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
Expand Down

0 comments on commit daa115a

Please sign in to comment.