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 9cdb8f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-cd-renv.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +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) {
processx::run("sudo", paste(c("sh", "-c", cmd), collapse = " "))
processx::run("sudo", c("sh", "-c", cmd))
})
shell: Rscript {0}

Expand Down

0 comments on commit 9cdb8f1

Please sign in to comment.