Skip to content

Commit

Permalink
Update check.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
psolymos authored May 21, 2024
1 parent 107b1fe commit 36331c9
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .github/workflows/check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,14 @@ jobs:
- name: R setup
uses: r-lib/actions/setup-r@v2

- name: Install sysreqs
run: brew install pandoc harfbuzz fribidi
- name: Install pandoc
run: |
brew install pandoc
brew install --cask xquartz
- name: Install dependencies
run: |
Rscript -e 'install.packages(c("pkgdown", "devtools", "textshaping"))'
Rscript -e 'install.packages(c("rmarkdown", "knitr", "pkgdown", "devtools"))'
Rscript -e 'devtools::install_dev_deps()'
- name: Check package
Expand Down

0 comments on commit 36331c9

Please sign in to comment.