Skip to content

Commit

Permalink
Update draft-pdf.yml
Browse files Browse the repository at this point in the history
installing citeproc in dependencies
  • Loading branch information
athrasher7 committed May 21, 2024
1 parent 8998f66 commit 20e151b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/draft-pdf.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ jobs:

- name: Install dependencies
run:
sudo apt-get update && sudo apt-get install -y pandoc texlive texlive-xetex
sudo apt-get update && sudo apt-get install -y pandoc texlive texlive-xetex &&
sudo apt-get install pandoc-citeproc

- name: Compile PDF
run:
Expand Down

0 comments on commit 20e151b

Please sign in to comment.