Skip to content

Commit

Permalink
Also cache crancache
Browse files Browse the repository at this point in the history
  • Loading branch information
walkowif committed Apr 19, 2024
1 parent 4524a03 commit e2a03c5
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/revdepcheck.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ jobs:
uses: actions/cache@v4
with:
key: revdepcheck-${{ runner.os }}-${{ github.event.repository.name }}
path: /github/home/.cache/R/pkgcache/pkg
path: |
/github/home/.cache/R/pkgcache/pkg
/github/home/.cache/R-crancache
- name: Check commit message 💬
run: |
Expand Down

0 comments on commit e2a03c5

Please sign in to comment.