Skip to content

Commit

Permalink
github/actions: Fix missing package error
Browse files Browse the repository at this point in the history
The installation of the pandoc package was accidentally removed during
the hub->gh convertion. Add it back.

Signed-off-by: Jianxin Xiong <jianxin.xiong@intel.com>
  • Loading branch information
j-xiong committed Nov 3, 2023
1 parent 263dd4a commit c8b8adf
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/nroff-elves.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,9 @@ jobs:
- name: Check out the git repo
uses: actions/checkout@v4

- name: Get the required packages
run: sudo apt install -y pandoc

- name: Build the nroff man pages
run: .github/workflows/nroff-elves.sh
env:
Expand Down

0 comments on commit c8b8adf

Please sign in to comment.