Skip to content

Commit

Permalink
Manually grab pandoc-3.1.9 (#118)
Browse files Browse the repository at this point in the history
There is a bug in pandoc-2.9 that causes it to fail processing the
language spec. The issue is resolved on pandoc-3.1 which is not
currently in the Ubuntu Jammy packages. This change just downloads the
release from GitHub and installs it into the VM image.
  • Loading branch information
llvm-beanz authored Nov 8, 2023
1 parent b454bd2 commit 28aa652
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/jekyll-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,8 @@ jobs:
run: |
sudo apt -y install texlive
sudo apt -y install texlive-latex-extra
sudo apt -y install pandoc
curl -fsSL https://github.com/jgm/pandoc/releases/download/3.1.9/pandoc-3.1.9-1-amd64.deb -o pandoc.deb
sudo dpkg -i pandoc.deb
- name: Build LaTeX
run: |
cmake -B build ${{github.workspace}}/specs/language
Expand Down

0 comments on commit 28aa652

Please sign in to comment.