Skip to content

Commit

Permalink
rename cache key
Browse files Browse the repository at this point in the history
  • Loading branch information
chinandrew committed Oct 26, 2020
1 parent 1fcf050 commit 1e3df3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/r_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/cache@v2
with:
path: ${{ env.R_LIBS_USER }}
key: ${{ runner.os }}-${{ hashFiles('../../.github/R-version') }}-1-
key: ${{ runner.os }}-r-1-
- name: Check
run: |
rcmdcheck::rcmdcheck(args = c("--no-manual", "--ignore-vignettes", "--as-cran"), build_args = c("--no-build-vignettes"), error_on = "error")
Expand Down

0 comments on commit 1e3df3f

Please sign in to comment.