Skip to content

Commit

Permalink
update pandoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xuwei-k committed Dec 12, 2024
1 parent 2d3c1e1 commit 3383aba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/install_pandoc.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash -xe

PANDOC_FILE_NAME="pandoc-3.5-1-amd64.deb"
wget "https://github.com/jgm/pandoc/releases/download/3.5/${PANDOC_FILE_NAME}"
PANDOC_FILE_NAME="pandoc-3.6-1-amd64.deb"
wget "https://github.com/jgm/pandoc/releases/download/3.6/${PANDOC_FILE_NAME}"
sudo dpkg -i "${PANDOC_FILE_NAME}"
pandoc --version

0 comments on commit 3383aba

Please sign in to comment.