We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 924986c commit 6baece5Copy full SHA for 6baece5
.github/workflows/R-CMD-check.yaml
@@ -51,8 +51,8 @@ jobs:
51
uses: actions/cache@v1
52
with:
53
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 }}-
+ key: ${{ runner.os }}-r-${{ matrix.config.r }}-2-${{ hashFiles('depends.Rds') }}
+ restore-keys: ${{ runner.os }}-r-${{ matrix.config.r }}-2-
56
57
- name: Install system dependencies
58
if: runner.os == 'Linux'
0 commit comments