Skip to content

Commit 02a2aa5

Browse files
committed
doc,gha: Install correct debian package
1 parent 882d3a4 commit 02a2aa5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- name: Checkout code
1717
uses: actions/checkout@v7
1818
- name: Install asciidoc
19-
run: sudo apt install -y asciidoc
19+
run: sudo apt install -y asciidoctor
2020
- name: Build website
2121
run: |
2222
make doc/fq.1.html

0 commit comments

Comments
 (0)