We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
manpage
1 parent d757f8b commit 0f70f19Copy full SHA for 0f70f19
1 file changed
.github/workflows/buildman.yml
@@ -39,21 +39,20 @@ jobs:
39
path: output
40
41
manpage:
42
- - runs-on: ubuntu-22.04
43
- steps:
44
- - uses: actions/checkout@v3
45
-
46
- - name: Install missing software on ubuntu
47
- if: contains(matrix.image, 'ubuntu')
48
- run: |
49
- apt-get update
50
- apt-get install -y xsltproc docbook-xsl
51
52
- - name: build manpage
53
54
- make man
55
56
- - uses: actions/upload-artifact@v3
57
- with:
58
- name: cppcheck.1
59
- path: cppcheck.1
+ runs-on: ubuntu-22.04
+ steps:
+ - uses: actions/checkout@v3
+
+ - name: Install missing software on ubuntu
+ run: |
+ sudo apt-get update
+ sudo apt-get install -y xsltproc docbook-xsl
+ - name: build manpage
+ make man
+ - uses: actions/upload-artifact@v3
+ with:
+ name: cppcheck.1
+ path: cppcheck.1
0 commit comments