Skip to content

Commit

Permalink
[ci] Bump pandoc version (#281)
Browse files Browse the repository at this point in the history
Bump the pandoc version to the latest that has a pandoc-crossref release.

Signed-off-by: Schuyler Eldridge <[email protected]>
  • Loading branch information
seldridge authored Feb 11, 2025
1 parent 19df4b4 commit 7c61bf9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-integration-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ on:
- main

env:
pandoc-version: 3.4
pandoc-crossref-version: v0.3.18.0
pandoc-version: 3.6.2
pandoc-crossref-version: v0.3.18.1a
pandoc-install-dir: /opt/pandoc
tabby-cad-version: 2024-02-18

Expand All @@ -31,7 +31,7 @@ jobs:
run: |
mkdir -p ${{ env.pandoc-install-dir }}/bin
wget https://github.com/jgm/pandoc/releases/download/${{ env.pandoc-version }}/pandoc-${{ env.pandoc-version }}-linux-amd64.tar.gz -O - | tar -zx -C ${{ env.pandoc-install-dir }}/bin --strip-components 2
wget https://github.com/lierdakil/pandoc-crossref/releases/download/${{ env.pandoc-crossref-version }}/pandoc-crossref-Linux.tar.xz -O - | tar -Jx -C ${{ env.pandoc-install-dir }}/bin
wget https://github.com/lierdakil/pandoc-crossref/releases/download/${{ env.pandoc-crossref-version }}/pandoc-crossref-Linux-X64.tar.xz -O - | tar -Jx -C ${{ env.pandoc-install-dir }}/bin
echo "${{ env.pandoc-install-dir }}/bin" >> $GITHUB_PATH
- name: "Check Formatting"
shell: bash
Expand Down

0 comments on commit 7c61bf9

Please sign in to comment.