From 76240b8f2e0f2aad09e1b1f174db2e7ba7a290f1 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Tue, 7 Jun 2022 11:03:15 -0700 Subject: [PATCH] CI: don't install xmllint anymore It's in binaries.tar.gz now. --- .build.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.build.yml b/.build.yml index b3b59d2..ff00014 100644 --- a/.build.yml +++ b/.build.yml @@ -1,14 +1,13 @@ --- # we rsync binaries.tar.gz from the same server we deploy to. # it contains these static-pie binaries: -# hugo, brotli, ect (like gzip/zopfli), sd, and xmlfmt. +# hugo, brotli, ect (like gzip/zopfli), sd, htmlq (like jq for html), and xmllint. image: alpine/edge packages: - curl # for webring update script - rsync - git # for Hugo's gitInfo - bmake - - libxml2-utils # for xmllint sources: - https://git.sr.ht/~seirdy/seirdy.one secrets: