Skip to content

Commit

Permalink
Update pandoc version and improve provisioning in VMs.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Feb 6, 2024
1 parent 924fa94 commit 3203845
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 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/2.17.0.1/pandoc-2.17.0.1-1-amd64.deb
sudo dpkg -i pandoc-2.17.0.1-1-amd64.deb
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/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
6 changes: 3 additions & 3 deletions etc/Vagrantfile
Original file line number Diff line number Diff line change
Expand Up @@ -274,8 +274,8 @@ sudo apt-get install python3-pygments -y
sudo apt-get install w3m -y
# install latest pandoc
curl -LO https://github.com/jgm/pandoc/releases/download/2.11.2/pandoc-2.11.2-1-amd64.deb
sudo dpkg -i pandoc-2.11.2-1-amd64.deb
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
# install latest bat
curl -LO https://github.com/sharkdp/bat/releases/download/v0.16.0/bat_0.16.0_amd64.deb
Expand All @@ -284,7 +284,7 @@ sudo dpkg -i bat_0.16.0_amd64.deb
# install latest git
sudo add-apt-repository ppa:git-core/ppa
sudo apt update
sudo apt install git
sudo apt install git -y
git config --global user.name "Example Name"
git config --global user.email "[email protected]"
Expand Down

0 comments on commit 3203845

Please sign in to comment.