From 8151ae4486d07def773f3d08ea7eb7aff9679fb4 Mon Sep 17 00:00:00 2001 From: Wandmalfarbe Date: Thu, 3 Oct 2024 14:20:03 +0200 Subject: [PATCH] ci: run ci with pandoc 3.4 --- .github/workflows/build-examples.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-examples.yml b/.github/workflows/build-examples.yml index d429d92..b005cae 100644 --- a/.github/workflows/build-examples.yml +++ b/.github/workflows/build-examples.yml @@ -11,7 +11,7 @@ jobs: fetch-depth: 0 # otherwise, there would be errors pushing refs to the destination repository. - name: Setup pandoc env: - PANDOC_VERSION: "3.1.7" + PANDOC_VERSION: "3.4" run: | wget -qO- https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/pandoc-${PANDOC_VERSION}-linux-amd64.tar.gz | sudo tar xzf - --strip-components 1 -C /usr/local/ - name: Setup TexLive