Skip to content

Commit

Permalink
buildman.yml: fixed installation manpage job
Browse files Browse the repository at this point in the history
  • Loading branch information
firewave committed Oct 10, 2023
1 parent d9c4828 commit 4319b4b
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/buildman.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,10 +44,9 @@ jobs:
- uses: actions/checkout@v3

- name: Install missing software on ubuntu
if: contains(matrix.image, 'ubuntu')
run: |
apt-get update
apt-get install -y xsltproc docbook-xsl
sudo apt-get update
sudo apt-get install -y xsltproc docbook-xsl
- name: build manpage
run: |
Expand Down

0 comments on commit 4319b4b

Please sign in to comment.