Skip to content

Commit dc1f96b

Browse files
committed
Update Pandoc version to 3.8.3
1 parent 6716ac4 commit dc1f96b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/install_pandoc.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
#!/bin/bash -xe
22

3-
PANDOC_VERSION="3.8.2.1"
3+
PANDOC_VERSION="3.8.3"
44
PANDOC_FILE_NAME="pandoc-${PANDOC_VERSION}-1-amd64.deb"
55
wget "https://github.com/jgm/pandoc/releases/download/${PANDOC_VERSION}/${PANDOC_FILE_NAME}"
66
sudo dpkg -i "${PANDOC_FILE_NAME}"

0 commit comments

Comments
 (0)