]> git.ipfire.org Git - thirdparty/mkosi.git/commitdiff
Add docbook-xsl to CI packages 476/head
authorDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 30 Jul 2020 18:08:01 +0000 (19:08 +0100)
committerDaan De Meyer <daan.j.demeyer@gmail.com>
Thu, 30 Jul 2020 18:08:01 +0000 (19:08 +0100)
This makes sure xsltproc doesn't go to the internet to find the
stylesheet.

.github/workflows/ci.yml

index 66c2b2ab2404321428a38d593e572f0d1f443887..f2c506f0871ee706bc9a09203c1146d4ab2d1c93 100644 (file)
@@ -65,6 +65,7 @@ jobs:
             systemd-container
             xfsprogs
             xsltproc
+            docbook-xsl
 
     - name: Install dependencies (Arch Linux)
       if: matrix.distro == 'arch'