Skip to content

Commit

Permalink
chore(ci): use pandoc 3.2 in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
max-heller authored Jun 25, 2024
1 parent 4a5a9ab commit 9dbe887
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions scripts/install-ci-deps
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ sudo apt-get update
curl -LsSf https://get.nexte.st/0.9/linux | tar zxf - -C ${CARGO_HOME:-~/.cargo}/bin

# Pandoc
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.1.12.3/pandoc-3.1.12.3-linux-amd64.tar.gz | tar zxf -
echo "$PWD/pandoc-3.1.12.3/bin" >> $GITHUB_PATH
export PATH="$PWD/pandoc-3.1.12.3/bin:$PATH"
curl -LsSf https://github.com/jgm/pandoc/releases/download/3.2/pandoc-3.2-linux-amd64.tar.gz | tar zxf -
echo "$PWD/pandoc-3.2/bin" >> $GITHUB_PATH
export PATH="$PWD/pandoc-3.2/bin:$PATH"

# rsvg-convert (SVG support)
sudo apt-get install -y librsvg2-bin
Expand Down

0 comments on commit 9dbe887

Please sign in to comment.