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 42a8275 commit 4c67a43Copy full SHA for 4c67a43
.github/workflows/db.yaml
@@ -58,7 +58,7 @@ jobs:
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-
+ restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-
62
63
- name: Install R system dependencies
64
if: runner.os == 'Linux'
0 commit comments