Skip to content

Commit 211254e

Browse files
committed
GHA - install good version of pandoc
1 parent 149665b commit 211254e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/test-suite.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,9 @@ jobs:
2525
uses: actions/checkout@v4
2626

2727
- name: Install Pandoc
28-
run: sudo apt-get install -y pandoc
28+
run: |
29+
curl -LO https://github.com/jgm/pandoc/releases/download/3.7.0.2/pandoc-3.7.0.2-1-amd64.deb
30+
sudo dpkg -i pandoc-3.7.0.2-1-amd64.deb
2931
shell: bash
3032

3133
- name: Build

0 commit comments

Comments
 (0)