Adds missing packages to the CI build script
1 files changed, 3 insertions(+), 1 deletions(-) M .build.yml
M .build.yml +3 -1
@@ 2,6 2,9 @@ image: alpine/edge packages: - go - mercurial + - xz + - zip + - curl sources: - hg+https://hg.sr.ht/~ser/score-better-balance secrets: @@ 39,4 42,3 @@ tasks: curl --netrc-file ~/.downloads -T ${ARCHIVE} https://downloads.ser1.net/files/ curl --netrc-file ~/.downloads -T ${ARCHIVE}.sig https://downloads.ser1.net/files/ done -