Skip to content

Commit 3c4ee1b

Browse files
committed
buildman.yml: fixed installation manpage job
1 parent fe08da3 commit 3c4ee1b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/buildman.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,10 +44,9 @@ jobs:
4444
- uses: actions/checkout@v3
4545

4646
- name: Install missing software on ubuntu
47-
if: contains(matrix.image, 'ubuntu')
4847
run: |
49-
apt-get update
50-
apt-get install -y xsltproc docbook-xsl
48+
sudo apt-get update
49+
sudo apt-get install -y xsltproc docbook-xsl
5150
5251
- name: build manpage
5352
run: |

0 commit comments

Comments
 (0)