Skip to content

Commit

Permalink
ci: Install Pandoc in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
pawamoy committed Jan 7, 2024
1 parent ff81fd4 commit b3b4a9c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,9 @@ jobs:
- name: Fetch all tags
run: git fetch --depth=1 --tags

- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v1

- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
Expand Down Expand Up @@ -98,6 +101,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- name: Set up Pandoc
uses: r-lib/actions/setup-pandoc@v1

- name: Set up PDM
uses: pdm-project/setup-pdm@v3
with:
Expand Down

0 comments on commit b3b4a9c

Please sign in to comment.