File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -108,13 +108,15 @@ jobs:
108108 - name : Restore Renv package cache
109109 id : cache-renv-packages-restore
110110 uses : actions/cache/restore@v4
111+ env :
112+ RENV_CONFIG_PAK_ENABLED : TRUE
111113 with :
112114 path : |
113115 ${{ env.RENV_PATHS_ROOT }}
114116 renv/library
115- key : ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-3 -${{ hashFiles('tests/renv.lock') }}
117+ key : ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-1 -${{ hashFiles('tests/renv.lock') }}
116118 restore-keys : |
117- ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-3 -
119+ ${{ steps.get-version.outputs.os-version }}-${{ steps.get-version.outputs.r-version }}-renv-1 -
118120
119121 - name : Install missing system deps
120122 if : runner.os == 'Linux'
You can’t perform that action at this time.
0 commit comments