Skip to content

Commit

Permalink
changed .yaml key to force usng a new cache
Browse files Browse the repository at this point in the history
  • Loading branch information
rmendels committed Nov 27, 2024
1 parent 69b1a7f commit 4dc280c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/R-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ jobs:
uses: actions/cache@v3
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-1-
key: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-${{ hashFiles('.github/depends.Rds') }}
restore-keys: ${{ runner.os }}-${{ hashFiles('.github/R-version') }}-2-

- name: install macOS system dependencies
if: runner.os == 'macOS'
Expand Down

0 comments on commit 4dc280c

Please sign in to comment.