Skip to content

Commit c74e87a

Browse files
Fix depoyment action (#18)
* Update renv deps * Use R version from renv file in action
1 parent 43d9811 commit c74e87a

File tree

3 files changed

+3823
-966
lines changed

3 files changed

+3823
-966
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,8 @@ jobs:
2525
run: sudo apt install libharfbuzz-dev libfribidi-dev libtiff5-dev libfontconfig1-dev
2626

2727
- uses: r-lib/actions/setup-r@v2
28+
with:
29+
r-version: "renv"
2830
- uses: r-lib/actions/setup-renv@v2
2931
with:
3032
cache-version: 1

0 commit comments

Comments
 (0)