Skip to content

Commit

Permalink
Use newer Pandoc version
Browse files Browse the repository at this point in the history
  • Loading branch information
theodore-s-beers committed Feb 2, 2024
1 parent 3e7ea1f commit baaf261
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/periodic-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Download Pandoc
run:
wget
https://github.com/jgm/pandoc/releases/download/2.18/pandoc-2.18-1-amd64.deb
run: wget
https://github.com/jgm/pandoc/releases/download/3.1.11.1/pandoc-3.1.11.1-1-amd64.deb
- name: Install Pandoc
run: sudo dpkg -i pandoc-2.18-1-amd64.deb
run: sudo dpkg -i pandoc-3.1.11.1-1-amd64.deb
- uses: actions/checkout@v3
- name: Build
run: cargo build --verbose
Expand Down

0 comments on commit baaf261

Please sign in to comment.