Skip to content

Commit d2a2034

Browse files
install more system deps
1 parent 3f3b612 commit d2a2034

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/benchmarking.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,7 @@ jobs:
4444
Rscript -e "remotes::install_github('r-hub/sysreqs')"
4545
sysreqs=$(Rscript -e "cat(sysreqs::sysreq_commands('DESCRIPTION'))")
4646
sudo -s eval "$sysreqs"
47+
apt-get install libcurl4-openssl-dev
4748
- name: Install dependencies
4849
run: |
4950
Rscript -e "install.packages(c('gert', 'ggplot2', 'purrr'))" -e "remotes::install_deps(dependencies = TRUE); remotes::install_github('r-lib/bench')"

0 commit comments

Comments
 (0)