Skip to content

Commit

Permalink
devtools from apt
Browse files Browse the repository at this point in the history
  • Loading branch information
llaniewski committed Jan 9, 2025
1 parent 62f132e commit 7aa3cca
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build_site_for_review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,8 @@ jobs:
- name: Install tools
run: |
sudo apt-get update
sudo apt install -y build-essential libcurl4-gnutls-dev pandoc libxml2-dev libssl-dev libcurl4-openssl-dev r-base r-base-dev;
sudo apt install -y build-essential pandoc libxml2-dev libssl-dev libcurl4-openssl-dev r-base r-base-dev r-cran-devtools;
sudo apt install -y libharfbuzz-dev libfribidi-dev;
sudo R -e "install.packages('devtools')";
sudo R -e "devtools::install_github('rstudio/rmarkdown')";
wget https://github.com/mathjax/MathJax/archive/master.zip;
unzip master.zip >/dev/null;
Expand Down

0 comments on commit 7aa3cca

Please sign in to comment.