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 4cb2fc1
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 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: nikeee/setup-pandoc@v1

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

0 comments on commit 4cb2fc1

Please sign in to comment.