Skip to content

Commit

Permalink
Added dependencies for textshaping
Browse files Browse the repository at this point in the history
  • Loading branch information
robjhyndman committed Apr 25, 2024
1 parent 882c654 commit a7f76ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/quarto-gh-pages-html.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Install R package dependencies
run: |
sudo apt-get update
sudo apt-get install -y libcurl4-openssl-dev libssl-dev
sudo apt-get install -y libcurl4-openssl-dev libssl-dev libharfbuzz-dev libfribidi-dev libfreetype6-dev libfontconfig1-dev
- uses: r-lib/actions/setup-r@v2
with:
Expand Down

0 comments on commit a7f76ac

Please sign in to comment.