Skip to content

Commit

Permalink
Update r.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
tbates committed Nov 17, 2024
1 parent 1a9fce2 commit b6c3248
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/r.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,13 +17,13 @@ jobs:
r-version: ['4.2', '4.4.1']
steps:
- uses: actions/cache@v3
- uses: actions/checkout@v4
with:
path: ~/.R/library
with:
path: ~/.R/library
key: ${{ runner.os }}-r-${{ matrix.r-version }}-${{ hashFiles('**/DESCRIPTION') }}
restore-keys: |
${{ runner.os }}-r-${{ matrix.r-version }}-
${{ runner.os }}-r-
- uses: actions/checkout@v4
- name: Set up R ${{ matrix.r-version }}
uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit b6c3248

Please sign in to comment.