Skip to content

Commit 6baece5

Browse files
committed
Bump cache
1 parent 924986c commit 6baece5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,8 @@ jobs:
5151
uses: actions/cache@v1
5252
with:
5353
path: ${{ env.R_LIBS_USER }}
54-
key: ${{ runner.os }}-r-${{ matrix.config.r }}-${{ hashFiles('depends.Rds') }}
55-
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-
54+
key: ${{ runner.os }}-r-${{ matrix.config.r }}-2-${{ hashFiles('depends.Rds') }}
55+
restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-2-
5656

5757
- name: Install system dependencies
5858
if: runner.os == 'Linux'

0 commit comments

Comments
 (0)