Skip to content

Commit

Permalink
Update R-CMD-check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jwood000 authored Jun 3, 2024
1 parent 538637b commit 1e22ce8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions .github/workflows/R-CMD-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,17 +44,16 @@ jobs:

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

- uses: r-hub/actions/setup-r-sysreqs@v1
with:
type: full

- uses: r-lib/actions/setup-r@v2
with:
r-version: ${{ matrix.config.r }}
http-user-agent: ${{ matrix.config.http-user-agent }}
use-public-rspm: true

- name: Install macOS system dependencies
if: runner.os == 'macOS'
run: |
brew install gmp
- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
Expand Down

0 comments on commit 1e22ce8

Please sign in to comment.