From ae991037bf644d6743322b621789851120da005f Mon Sep 17 00:00:00 2001 From: Mark Grant Date: Thu, 10 Aug 2023 15:55:03 +0100 Subject: [PATCH] actions: Remove txt2man, rely on txt2manwrap dependencies Signed-off-by: Mark Grant --- .github/workflows/build-test.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index 585d897..eeec1c7 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -25,6 +25,8 @@ # 16/10/2022 MG 1.0.3 Run on Focal 20.04 # # 30/03/2023 MG 1.0.4 Run on ubuntu-latest. # # 10/08/2023 MG 1.0.5 Run on jammy. # +# Remove txt2man, rely on txt2manwrap # +# dependencies. # # # ######################################################################### @@ -52,7 +54,7 @@ jobs: - name: Update the package list run: sudo apt-get update - name: Add the extra PPA packages - run: sudo apt-get install -y txt2man txt2manwrap + run: sudo apt-get install -y txt2manwrap - name: Autoreconf run: autoreconf -if .