Skip to content

Commit fe3751a

Browse files
committed
Try to cache dependencies even if run fails
1 parent f668a72 commit fe3751a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/R-CMD-check-dev.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- uses: actions/checkout@v2
2323
- uses: r-lib/actions/setup-r@v2
2424
- uses: r-lib/actions/setup-r-dependencies@v2
25+
with:
26+
cache: "always"
27+
2528
- uses: r-lib/actions/setup-pandoc@v2
2629

2730
- name: Cache R packages

0 commit comments

Comments
 (0)