1
0
Fork 0
mirror of https://git.sr.ht/~seirdy/seirdy.one synced 2024-09-19 20:02:10 +00:00

CI: don't install xmllint anymore

It's in binaries.tar.gz now.
This commit is contained in:
Rohan Kumar 2022-06-07 11:03:15 -07:00
parent a7cd9d94f7
commit 76240b8f2e
No known key found for this signature in database
GPG key ID: 1E892DB2A5F84479

View file

@ -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: