Skip to content

Commit 149665b

Browse files
committed
GHA - install pandoc
1 parent a4f16c9 commit 149665b

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,10 @@ jobs:
2424
- name: Checkout Repo
2525
uses: actions/checkout@v4
2626

27+
- name: Install Pandoc
28+
run: sudo apt-get install -y pandoc
29+
shell: bash
30+
2731
- name: Build
2832
run: cargo build
2933
shell: bash

0 commit comments

Comments
 (0)