Skip to content

Commit

Permalink
Add more system dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
ismayc committed Oct 24, 2024
1 parent ed03191 commit af452dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-quarto.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Install system dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libxml2-dev libssl-dev
sudo apt-get install -y libcurl4-openssl-dev libxml2-dev libssl-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libpng-dev
- name: Install dependencies with renv
run: Rscript -e 'renv::restore()'
Expand Down

0 comments on commit af452dc

Please sign in to comment.