Skip to content

Commit

Permalink
Install textlive-latex-base on Ubuntu in CI to get pdflatex.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Dec 27, 2023
1 parent 1747215 commit e8dc5a8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,6 +248,7 @@ jobs:
sudo apt-get update
sudo apt-get install bats -y
sudo apt-get install ncat -y
sudo apt-get install texlive-latex-base -y
sudo apt-get install python-pygments -y
sudo apt-get install ripgrep -y
sudo apt-get install w3m -y
Expand Down

0 comments on commit e8dc5a8

Please sign in to comment.