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 26d9e1f commit 5e4f8ddCopy full SHA for 5e4f8dd
.github/workflows/R-CMD-check.yaml
@@ -80,7 +80,7 @@ jobs:
80
id: r-package-cache
81
with:
82
path: ${{ env.R_LIBS_USER }}
83
- key: ${{ matrix.os }}-${{ steps.setup-r.outputs.installed-r-version }}-${{ steps.get-date.outputs.year-week }}-3
+ key: ${{ matrix.os }}-${{ steps.setup-r.outputs.installed-r-version }}-${{ steps.get-date.outputs.year-week }}-4
84
85
- name: Install remotes
86
if: steps.r-package-cache.outputs.cache-hit != 'true'
0 commit comments