Skip to content

Commit 901d184

Browse files
committed
Handling cache
1 parent 924261e commit 901d184

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/website.yaml

+3-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,9 @@ jobs:
1515
name: Cache R packages
1616
id: cache-r-packages
1717
with:
18-
path: '/usr/local/lib/R/site-library/'
18+
path: |
19+
/usr/local/lib/R/site-library/
20+
/usr/lib/R/site-library/
1921
key: ${{ runner.os }}
2022

2123
- name: Install netdiffuseR

0 commit comments

Comments
 (0)