Skip to content

Commit

Permalink
Update pandoc version in GitHub Actions.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jun 14, 2024
1 parent eb113d9 commit 35e615a
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 @@ -254,8 +254,8 @@ jobs:
sudo apt-get install python-pygments -y
sudo apt-get install ripgrep -y
sudo apt-get install w3m -y
curl -LO https://github.com/jgm/pandoc/releases/download/3.1.11.1/pandoc-3.1.11.1-1-amd64.deb
sudo dpkg -i pandoc-3.1.11.1-1-amd64.deb
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
sudo gem install asciidoctor
Expand Down

0 comments on commit 35e615a

Please sign in to comment.