Use official pandoc installer

This commit is contained in:
Hadley Wickham 2020-10-06 13:29:02 -05:00
parent ae632438d9
commit 77f12b48ff
1 changed files with 3 additions and 5 deletions

View File

@ -20,6 +20,9 @@ jobs:
- name: Setup R
uses: r-lib/actions/setup-r@master
- name: Setup pandoc
uses: r-lib/actions/setup-pandoc@master
- name: Get R version
id: get-r-version
run: |
@ -50,11 +53,6 @@ jobs:
pak::local_install_dev_deps()
shell: Rscript {0}
- name: Install pandoc and pandoc citeproc
run: |
brew install pandoc
brew install pandoc-citeproc
- name: Cache bookdown results
uses: actions/cache@v2
with: