From dfd6acb400177d0f361ef25a6207009f3c5ebd56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20D=C3=B6rfelt?= Date: Sat, 28 Sep 2024 18:45:41 +0200 Subject: [PATCH] install asciidoc v2 --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index a9e87ca..611263c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -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