Skip to content

Commit 912eccf

Browse files
committed
Install pandoc in the GitHub CI
1 parent 4f7737a commit 912eccf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

+2
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,8 @@ jobs:
3131
rustup update ${{ matrix.toolchain }}
3232
rustup default ${{ matrix.toolchain }}
3333
fi
34+
- name: Install build dependencies
35+
run: zypper --non-interactive install pandoc
3436
- name: Build the project
3537
run: cargo build
3638
- name: Run tests

0 commit comments

Comments
 (0)