mirror of
https://github.com/foxsen/archbase.git
synced 2026-04-05 03:39:28 +08:00
fix setup-renv
r-lib/actions/setup-renv@v1 use default path ~/.local/share/env, but the renv use .cache/R/renv now. So cache is useless. We fork r-lib/actions and use the head version.
This commit is contained in:
2
.github/workflows/deploy_bookdown.yml
vendored
2
.github/workflows/deploy_bookdown.yml
vendored
@@ -17,7 +17,7 @@ jobs:
|
||||
- uses: r-lib/actions/setup-pandoc@v1
|
||||
with:
|
||||
pandoc-version: '2.11'
|
||||
- uses: r-lib/actions/setup-renv@v1
|
||||
- uses: foxsen/actions/setup-renv
|
||||
with:
|
||||
cache-version: 1
|
||||
- name: Install Noto CJK fonts
|
||||
|
||||
Reference in New Issue
Block a user