mirror of
https://github.com/Wandmalfarbe/pandoc-latex-template.git
synced 2025-03-25 05:25:34 +00:00
ci: build with pandoc 3.5
This commit is contained in:
parent
262002bf4d
commit
d38294a4af
2
.github/workflows/build-examples.yml
vendored
2
.github/workflows/build-examples.yml
vendored
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user