Skip to content

Commit

Permalink
actions: Remove txt2man, rely on txt2manwrap dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: Mark Grant <[email protected]>
  • Loading branch information
m-grant-prg committed Aug 4, 2023
1 parent 8d96855 commit fb767cf
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#########################################################################
# #
# File ID: ./.github/workflows/build-test.yml #
# Author: Copyright (C) 2021, 2022 Mark Grant #
# Author: Copyright (C) 2021-2023 Mark Grant #
# #
# Released under the GPLv3 only. #
# SPDX-License-Identifier: GPL-3.0-only #
Expand All @@ -23,6 +23,8 @@
# AC_INIT. #
# Tighten SPDX tag. #
# 14/10/2022 MG 1.0.3 Run on Focal 20.04 #
# 04/08/2023 MG 1.0.4 Remove txt2man, rely on txt2manwrap #
# dependencies. #
# #
#########################################################################

Expand Down Expand Up @@ -50,7 +52,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 .
Expand Down

0 comments on commit fb767cf

Please sign in to comment.