Skip to content

Commit

Permalink
chore: apparently need pandoc as well
Browse files Browse the repository at this point in the history
  • Loading branch information
dbirman committed Oct 31, 2023
1 parent bcf4641 commit a8d4e03
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,11 @@ jobs:
with:
submodules: 'recursive'

- name: Install Pandoc
run: |
sudo apt-get update
sudo apt-get install -y pandoc
- name: 🐍 Setup Python
uses: actions/setup-python@v4
with:
Expand Down

0 comments on commit a8d4e03

Please sign in to comment.