Skip to content

Commit

Permalink
Install pandoc in the GitHub CI
Browse files Browse the repository at this point in the history
  • Loading branch information
petrpavlu committed Sep 26, 2024
1 parent 4f7737a commit 912eccf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,8 @@ jobs:
rustup update ${{ matrix.toolchain }}
rustup default ${{ matrix.toolchain }}
fi
- name: Install build dependencies
run: zypper --non-interactive install pandoc
- name: Build the project
run: cargo build
- name: Run tests
Expand Down

0 comments on commit 912eccf

Please sign in to comment.