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