Skip to content

Commit

Permalink
fix(R-CMD-check): Update R-CMD-check to enable caching for hard depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
RasmusSkytte committed Jan 9, 2025
1 parent a1c8668 commit 602d1b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache-version: ${{ inputs.cache_version }}-hard
dependencies: '"hard"'
cache: false
extra-packages: |
any::rcmdcheck
any::testthat
Expand Down

0 comments on commit 602d1b7

Please sign in to comment.