Skip to content

Commit

Permalink
install texlive
Browse files Browse the repository at this point in the history
  • Loading branch information
blockjoe committed Sep 18, 2023
1 parent 4b45f3d commit 89daeb2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
- uses: actions/checkout@v2

- name: Install Pandoc
run: sudo apt-get install -y pandoc npm
run: sudo apt-get install -y pandoc npm texlive-latex-base texlive-fonts-recommended texlive-fonts-extra texlive-latex-extra

- name: Install Mermaid Filter
run: npm install --global mermaid-filter
Expand Down

0 comments on commit 89daeb2

Please sign in to comment.