Skip to content

Commit

Permalink
Fix sysdep for chromote dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
sneumann committed Jan 25, 2024
1 parent 11dc88b commit 6691310
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,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 'cat("apt-get update -y && ", paste(remotes::system_requirements("ubuntu", "20.04"), collapse = " && "))')
echo $sysreqs
sudo -s eval "$sysreqs"
Expand Down

0 comments on commit 6691310

Please # to comment.