File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -68,11 +68,11 @@ jobs:
6868 uses : pat-s/always-upload-cache@v2
6969 if : startsWith(runner.os, 'Linux')
7070 with :
71- path : ${{ env.RENV_PATHS_ROOT }}
72- key : ${{ runner.os }}-renv -${{ steps.setup-r.outputs.installed-r-version }}-${{ hashFiles('**/renv.lock') }}-${{ steps.date.outputs.date }}
71+ path : ${{ env.R_LIBS_USER }}
72+ key : ${{ runner.os }}-R -${{ steps.setup-r.outputs.installed-r-version }}-${{ hashFiles('DESCRIPTION') }}
7373 restore-keys : |
74- ${{ runner.os }}-renv -${{ steps.setup-r.outputs.installed-r-version }}-${{ hashFiles('**/renv.lock') }}-
75- ${{ runner.os }}-renv-${{ steps.setup-r.outputs.installed-r-version }}-
74+ ${{ runner.os }}-R -${{ steps.setup-r.outputs.installed-r-version }}-
75+
7676
7777 - name : Install python tools
7878 run : |
You can’t perform that action at this time.
0 commit comments