Skip to content

Commit

Permalink
wup
Browse files Browse the repository at this point in the history
  • Loading branch information
riccardoporreca committed Jan 15, 2024
1 parent f82693e commit c558be4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ jobs:
install.packages(c("processx", "jsonlite"))
(sysreqs_cmds <- pak::pkg_sysreqs(names(jsonlite::read_json("renv.lock")$Packages), dependencies = FALSE))
lapply(unlist(sysreqs_cmds[c("pre_install", "install_scripts", "post_install")]), function(cmd) {
print(paste(c("sh", "-c", cmd), collapse = " "))
processx::run("sudo", paste(c("sh", "-c", cmd), collapse = " "))
})
shell: Rscript {0}
Expand Down

0 comments on commit c558be4

Please sign in to comment.