Skip to content

Commit

Permalink
Set RSPM_ROOT, can be removed after remotes 2.4.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
timoast committed May 31, 2023
1 parent be1e355 commit 2ad6c3c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cmd-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ jobs:
- name: Install Linux system dependencies
if: runner.os == 'Linux'
run: |
sysreqs=$(Rscript -e 'cat("apt-get update -y && apt-get install -y", paste(gsub("apt-get install -y ", "", remotes::system_requirements("ubuntu", "20.04")), collapse = " "))')
sysreqs=$(Rscript -e 'Sys.setenv(RSPM_ROOT = "https://packagemanager.posit.co"); cat("apt-get update -y && apt-get install -y", paste(gsub("apt-get install -y ", "", remotes::system_requirements("ubuntu", "20.04")), collapse = " "))')
echo $sysreqs
sudo -s eval "$sysreqs"
Expand Down

0 comments on commit 2ad6c3c

Please sign in to comment.