Skip to content
This repository has been archived by the owner on Nov 17, 2023. It is now read-only.

Commit

Permalink
Fix R builds on CI (#19656)
Browse files Browse the repository at this point in the history
  • Loading branch information
josephevans authored Dec 11, 2020
1 parent bbfccae commit c37d5aa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ci/docker/install/ubuntu_r.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,13 @@ echo "deb http://cran.rstudio.com/bin/linux/ubuntu trusty/" >> /etc/apt/sources.

apt-key adv --keyserver keyserver.ubuntu.com --recv-keys E298A3A825C0D65DFD57CBB651716619E084DAB9

add-apt-repository ppa:cran/libgit2

apt-get update || true
apt-get install -y --allow-unauthenticated \
libcairo2-dev \
libgit2-dev \
libssh2-1-dev \
libssl-dev \
libxml2-dev \
libxt-dev \
Expand Down

0 comments on commit c37d5aa

Please sign in to comment.