Skip to content

Commit

Permalink
Install pandoc for Windows.
Browse files Browse the repository at this point in the history
  • Loading branch information
tillahoffmann committed Dec 15, 2023
1 parent 91aeefe commit 938819c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,9 @@ jobs:
runs-on: ${{ matrix.runner }}
steps:
- uses: "actions/checkout@v2"
- name: Install Windows dependencies.
run: choco install pandoc
if: matrix.runner == 'windows-latest'
- uses: "r-lib/actions/setup-r@v2"
- uses: r-lib/actions/setup-r-dependencies@v2
with:
Expand Down

0 comments on commit 938819c

Please sign in to comment.