Skip to content

Commit

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

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

0 comments on commit c0b03f3

Please sign in to comment.