Skip to content

Commit

Permalink
add textshaping dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
maelle committed Mar 18, 2021
1 parent ae4332d commit 1ec304b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/R-CMD-check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,11 @@ jobs:
pak::pkg_system_requirements("rcmdcheck", execute = TRUE)
shell: Rscript {0}

- name: Install macOS system dependencies
if: runner.os == 'macOS'
run: |
brew install harfbuzz fribidi
- name: Install dependencies
run: |
pak::local_install_dev_deps(upgrade = TRUE)
Expand Down

0 comments on commit 1ec304b

Please sign in to comment.