Skip to content

Commit

Permalink
use the runner temp as cache.
Browse files Browse the repository at this point in the history
  • Loading branch information
dfalbel committed Jun 7, 2023
1 parent c964652 commit 06bd55f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ jobs:
env:
GITHUB_PAT: ${{ secrets.GITHUB_TOKEN }}
R_KEEP_PKG_SOURCE: yes
HUGGINGFACE_HUB_CACHE: '${{ env.RUNNER_TEMP }}/cache/'

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit 06bd55f

Please sign in to comment.