From c8b8adffaed0f6dff7d7c323bb72d9473232c6fb Mon Sep 17 00:00:00 2001 From: Jianxin Xiong Date: Fri, 3 Nov 2023 16:16:24 -0700 Subject: [PATCH] github/actions: Fix missing package error The installation of the pandoc package was accidentally removed during the hub->gh convertion. Add it back. Signed-off-by: Jianxin Xiong --- .github/workflows/nroff-elves.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/nroff-elves.yaml b/.github/workflows/nroff-elves.yaml index cb4b12a520a..b9686441a8a 100644 --- a/.github/workflows/nroff-elves.yaml +++ b/.github/workflows/nroff-elves.yaml @@ -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: