Skip to content

Commit

Permalink
Install pandoc in CI.
Browse files Browse the repository at this point in the history
  • Loading branch information
dvanhorn committed Dec 17, 2024
1 parent 561a20a commit 47f6c10
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ jobs:
uses: actions/checkout@main
- name: Install nasm
run: sudo apt-get install nasm
- name: Install pandoc
run: |
curl -Ls https://github.com/jgm/pandoc/releases/download/2.11.2/pandoc-2.11.2-1-amd64.deb -o pandoc.deb
sudo dpkg -i pandoc.deb
- name: Install Racket
uses: Bogdanp/[email protected]
with:
Expand Down

0 comments on commit 47f6c10

Please sign in to comment.