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 <m.grant.prg@gmail.com>
  • Loading branch information
m-grant-prg committed Aug 10, 2023
1 parent 5849b4d commit ae99103
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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. #
# #
#########################################################################

Expand Down Expand Up @@ -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 .
Expand Down

0 comments on commit ae99103

Please sign in to comment.