Skip to content

Commit

Permalink
Install texlive-latex-recommended on Ubuntu in CI to get xcolor.sty.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Dec 27, 2023
1 parent e8dc5a8 commit 34f70b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -248,7 +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 texlive-latex-recommended -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 34f70b5

Please sign in to comment.