Skip to content

Commit

Permalink
bump pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
patrickbaber committed Jan 26, 2023
1 parent 3064de9 commit d1ea05a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,8 @@ jobs:
sudo apt-get install -y wget
sudo mkdir -p /usr/src/pandoc
cd /usr/src/pandoc
sudo wget https://github.com/jgm/pandoc/releases/download/2.11.4/pandoc-2.11.4-1-amd64.deb
sudo dpkg -i pandoc-2.11.4-1-amd64.deb
sudo wget https://github.com/jgm/pandoc/releases/download/2.15/pandoc-2.15-1-amd64.deb
sudo dpkg -i pandoc-2.15-1-amd64.deb
- name: Execute tests
run: vendor/bin/phpunit

0 comments on commit d1ea05a

Please sign in to comment.