Skip to content

Commit ee4383f

Browse files
committed
cache
1 parent aea786f commit ee4383f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

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

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,11 @@ jobs:
6666
submodules: true
6767

6868
- uses: actions/cache@v4
69+
with:
70+
path: ${{ env.R_LIBS_USER }}
71+
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
72+
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
73+
6974

7075
- name: Install system dependencies (Linux)
7176
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)