Skip to content

Commit

Permalink
Try to cache dependencies even if run fails
Browse files Browse the repository at this point in the history
  • Loading branch information
kuriwaki committed May 10, 2024
1 parent f668a72 commit fe3751a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/R-CMD-check-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- uses: actions/checkout@v2
- uses: r-lib/actions/setup-r@v2
- uses: r-lib/actions/setup-r-dependencies@v2
with:
cache: "always"

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

- name: Cache R packages
Expand Down

0 comments on commit fe3751a

Please sign in to comment.