Skip to content

Commit

Permalink
Add pandoc to ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
MrApplejuice authored May 14, 2024
1 parent ebe6569 commit eef9edc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Install Pandoc
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: Checkout code
uses: actions/checkout@v2

Expand Down

0 comments on commit eef9edc

Please sign in to comment.