Skip to content

Commit

Permalink
Install pandoc-citeproc before RCMDCHECK
Browse files Browse the repository at this point in the history
  • Loading branch information
Valerio Gherardi committed Nov 15, 2021
1 parent 4270783 commit a762a21
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 @@ -21,6 +21,11 @@ jobs:
with:
use-public-rspm: true

- name: Install pandoc pandoc-citeproc
run: |
sudo apt-get update -y
sudo apt-get install -y pandoc pandoc-citeproc
- uses: r-lib/actions/setup-r-dependencies@v1
with:
extra-packages: rcmdcheck
Expand Down

0 comments on commit a762a21

Please sign in to comment.