Skip to content

Commit

Permalink
ci: build with pandoc 3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
Wandmalfarbe committed Jan 11, 2025
1 parent 262002b commit d38294a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-examples.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4"
PANDOC_VERSION: "3.5"
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
Expand Down

0 comments on commit d38294a

Please sign in to comment.