From 187416e8c9afdbe4afc8ca02d9711a78abb2196c Mon Sep 17 00:00:00 2001 From: Daan De Meyer Date: Thu, 30 Jul 2020 19:08:01 +0100 Subject: [PATCH] Add docbook-xsl to CI packages This makes sure xsltproc doesn't go to the internet to find the stylesheet. --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 66c2b2ab2..f2c506f08 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -65,6 +65,7 @@ jobs: systemd-container xfsprogs xsltproc + docbook-xsl - name: Install dependencies (Arch Linux) if: matrix.distro == 'arch' -- 2.47.2