Skip to content

Commit

Permalink
try again
Browse files Browse the repository at this point in the history
  • Loading branch information
jhelvy committed Dec 15, 2024
1 parent e2633b3 commit e1ecde9
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
9 changes: 8 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,14 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libharfbuzz-dev libfribidi-dev libicu-dev
sudo apt-get install -y \
libcurl4-openssl-dev \
libharfbuzz-dev \
libfribidi-dev \
libicu-dev \
libxml2-dev \
libssl-dev \
libgit2-dev
- name: Query R package dependencies
run: |
Expand Down
1 change: 0 additions & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ Imports:
roxygen2,
shiny,
shinylive,
stringr,
surveydown,
tidyverse,
viridis,
Expand Down

0 comments on commit e1ecde9

Please sign in to comment.