Skip to content

Commit

Permalink
Install python3-pygments on Ubuntu in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jul 16, 2024
1 parent fb30d38 commit 3614e49
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 @@ -255,7 +255,7 @@ jobs:
sudo apt-get update
sudo apt-get install bats -y
sudo apt-get install ncat -y
sudo apt-get install python-pygments -y
sudo apt-get install python3-pygments -y
sudo apt-get install ripgrep -y
sudo apt-get install w3m -y
curl -LO https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb
Expand Down

0 comments on commit 3614e49

Please sign in to comment.