Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Dec 15, 2024
1 parent e1ecde9 commit 0d6eab9
Showing 1 changed file with 2 additions and 8 deletions.
10 changes: 2 additions & 8 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,14 +29,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y \
libcurl4-openssl-dev \
libharfbuzz-dev \
libfribidi-dev \
libicu-dev \
libxml2-dev \
libssl-dev \
libgit2-dev
sudo apt-get install -y libicu-dev libcurl4-openssl-dev r-base
- name: Query R package dependencies
run: |
Expand All @@ -54,6 +47,7 @@ jobs:

- name: Install R dependencies
run: |
install.packages("stringi", configure.args = "--with-icudt-system=yes")
remotes::install_deps(dependencies = TRUE)
install.packages("pkgdown") # Removed "type = binary" as we're on Ubuntu
shell: Rscript {0}
Expand Down

0 comments on commit 0d6eab9

Please sign in to comment.