Skip to content

Commit 2b5f98b

Browse files
keep global renv cache
1 parent cc96ab4 commit 2b5f98b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

inst/pre-commit-gha.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/cache@v2
4545
if: startsWith(runner.os, 'Linux')
4646
with:
47-
path: ${{env.R_LIBS_USER}}
47+
path: ~/.local/share/renv
4848
key: precommit-${{env.UBUNTU_VERSION}}-renv-
4949
restore-keys: |
5050
precommit-${{env.UBUNTU_VERSION}}-renv-

0 commit comments

Comments
 (0)