Skip to content

Commit

Permalink
updat cache
Browse files Browse the repository at this point in the history
  • Loading branch information
ncullen93 committed Mar 24, 2024
1 parent b35663c commit ecd0f53
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,11 +43,14 @@ jobs:

- name: Cache R packages
if: runner.os != 'Windows'
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: Linux-c021d9623ce1e640302a6fc09795a8593f23ff90544b148c113522b8be1aaa09-1-79636410b60812995f606aa55581e9441309556c7d00cec41f5c832cca14ecb0
restore-keys: Linux-c021d9623ce1e640302a6fc09795a8593f23ff90544b148c113522b8be1aaa09-1-79636410b60812995f606aa55581e9441309556c7d00cec41f5c832cca14ecb0
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1
restore-keys: |
${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1
${{ runner.os }}-${{ hashFiles('.github/R-version') }}
${{ runner.os }}-
- name: Install dependencies
run: |
Expand Down

0 comments on commit ecd0f53

Please sign in to comment.