We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f7737a commit 912eccfCopy full SHA for 912eccf
.github/workflows/ci.yml
@@ -31,6 +31,8 @@ jobs:
31
rustup update ${{ matrix.toolchain }}
32
rustup default ${{ matrix.toolchain }}
33
fi
34
+ - name: Install build dependencies
35
+ run: zypper --non-interactive install pandoc
36
- name: Build the project
37
run: cargo build
38
- name: Run tests
0 commit comments