Skip to content

Commit

Permalink
modify extra-packages argument
Browse files Browse the repository at this point in the history
  • Loading branch information
krisrs1128 committed Sep 19, 2024
1 parent d4da521 commit 9302b8a
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,20 +19,15 @@ jobs:
steps:
- uses: actions/checkout@v4

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: 2
extra-packages: |
any::BH
any::rcmdcheck
- uses: r-lib/actions/setup-r@v2
with:
use-public-rspm: true

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::rcmdcheck
extra-packages: |
any::BH
any::rcmdcheck
needs: check

- uses: r-lib/actions/check-r-package@v2
Expand Down

0 comments on commit 9302b8a

Please sign in to comment.