Skip to content

Commit

Permalink
Update pandoc version in tests to 3.1.4.
Browse files Browse the repository at this point in the history
  • Loading branch information
xwmx committed Jun 27, 2023
1 parent fad19cd commit 6fcf051
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 @@ -27,8 +27,8 @@ jobs:
run: |
sudo apt-get update
sudo apt-get -yqq install libpq-dev build-essential libcurl4-openssl-dev
curl -LO https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb
sudo dpkg -i pandoc-2.18-1-amd64.deb
curl -LO https://github.com/jgm/pandoc/releases/download/3.1.4/pandoc-3.1.4-1-amd64.deb
sudo dpkg -i pandoc-2.1.4-1-amd64.deb
gem install bundler
bundle install --jobs 4 --retry 3
- name: Run tests
Expand Down

0 comments on commit 6fcf051

Please sign in to comment.