From: Daan De Meyer Date: Thu, 30 Jul 2020 18:08:01 +0000 (+0100) Subject: Add docbook-xsl to CI packages X-Git-Tag: v6~42^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F476%2Fhead;p=thirdparty%2Fmkosi.git Add docbook-xsl to CI packages This makes sure xsltproc doesn't go to the internet to find the stylesheet. --- 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'