Skip to content

Commit

Permalink
install asciidoc v2
Browse files Browse the repository at this point in the history
  • Loading branch information
marph91 committed Sep 28, 2024
1 parent eb529cb commit dfd6acb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ jobs:
- name: Install pip dependencies
run: pip install -r requirements/requirements-dev.txt
- name: install optional system depencencies
run: apt install -y asciidoctor
run: sudo apt install -y asciidoctor
- name: Run tests
run: ./test.sh

0 comments on commit dfd6acb

Please sign in to comment.