Skip to content

Commit

Permalink
Update bat to latest version in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jul 16, 2024
1 parent 713ebd7 commit e7eee87
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,8 +260,8 @@ jobs:
sudo apt-get install w3m -y
curl -LO https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-1-amd64.deb
sudo dpkg -i pandoc-3.2-1-amd64.deb
curl -LO https://github.com/sharkdp/bat/releases/download/v0.16.0/bat_0.16.0_amd64.deb
sudo dpkg -i bat_0.16.0_amd64.deb
curl -LO https://github.com/sharkdp/bat/releases/download/v0.24.0/bat_0.24.0_amd64.deb
sudo dpkg -i bat_0.24.0_amd64.deb
sudo gem install asciidoctor
git config --global user.name "Example Name"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit e7eee87

Please sign in to comment.