Skip to content

Commit

Permalink
Add system dependency for textshaping
Browse files Browse the repository at this point in the history
  • Loading branch information
pitkant committed Feb 13, 2023
1 parent 876b383 commit 8e3f9ca
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/render-rmarkdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@ jobs:
- uses: r-lib/actions/setup-r@v2

- name: Install curl
run: sudo apt-get install libcurl4-openssl-dev
run: |
sudo apt-get install libcurl4-openssl-dev
sudo apt-get install libharfbuzz-dev
sudo apt-get install libfribidi-dev
- uses: r-lib/actions/setup-renv@v2

Expand Down

0 comments on commit 8e3f9ca

Please sign in to comment.