From baaf261d7ff5fb01c98c598f455bf9a2061ba3f5 Mon Sep 17 00:00:00 2001 From: Theo Beers <32523293+theodore-s-beers@users.noreply.github.com> Date: Fri, 2 Feb 2024 12:50:32 +0100 Subject: [PATCH] Use newer Pandoc version --- .github/workflows/periodic-test.yml | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/.github/workflows/periodic-test.yml b/.github/workflows/periodic-test.yml index 4ab7e32..8908857 100644 --- a/.github/workflows/periodic-test.yml +++ b/.github/workflows/periodic-test.yml @@ -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