Skip to content

Commit

Permalink
add texlive.packages for heroku
Browse files Browse the repository at this point in the history
  • Loading branch information
ewdurbin committed Dec 18, 2023
1 parent 0d15cf1 commit 8679de4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,11 @@ jobs:
- name: Install platform dependencies
run: |
sudo apt -y update
sudo apt -y install $(cat Aptfile | grep -v '^pandoc$' | xargs)
sudo apt -y install --no-recommends \
texlive-latex-base \
texlive-latex-recommended \
texlive-plain-generic \
lmodern
- name: Install pandoc
run: |
wget https://github.com/jgm/pandoc/releases/download/2.17.1.1/pandoc-2.17.1.1-1-amd64.deb
Expand Down
2 changes: 2 additions & 0 deletions texlive.packages
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
xcolor
etoolbox

0 comments on commit 8679de4

Please sign in to comment.