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 ef08f58 commit a6a8e6bCopy full SHA for a6a8e6b
.github/workflows/R-CMD-check.yaml
@@ -57,8 +57,8 @@ jobs:
57
uses: actions/cache@v2
58
with:
59
path: ${{ env.R_LIBS_USER }}
60
- key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
61
- restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
+ key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-${{ hashFiles('.github/depends.Rds') }}
+ restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-
62
63
- name: Install system dependencies
64
if: runner.os == 'Linux'
0 commit comments