Skip to content

Commit 84a8fb4

Browse files
committed
update action following changes in r-lib/actions
See r-lib/actions@0d6c4b3
1 parent 4698108 commit 84a8fb4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

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

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,9 @@ jobs:
8484
- name: Cache R packages
8585
uses: actions/cache@v2
8686
with:
87-
path: ${{ env.R_LIBS_USER }}
87+
path: |
88+
${{ env.R_LIBS_USER }}/*
89+
!${{ env.R_LIBS_USER }}/pak
8890
key: ${{ runner.os }}-${{ steps.install-r.outputs.installed-r-version }}-1-${{ hashFiles('.github/r-depends.rds') }}
8991
restore-keys: ${{ runner.os }}-${{ steps.install-r.outputs.installed-r-version }}-1-
9092

0 commit comments

Comments
 (0)