# HG changeset patch # User Sean E. Russell # Date 1613405423 21600 # Mon Feb 15 10:10:23 2021 -0600 # Node ID 6a385a49795662b721ec2aa374fec612ceeeb99f # Parent def864754c2fc9c10d8d3d1ada5788bca63a8aef Adds missing packages to the CI build script diff --git a/.build.yml b/.build.yml --- a/.build.yml +++ b/.build.yml @@ -2,6 +2,9 @@ packages: - go - mercurial + - xz + - zip + - curl sources: - hg+https://hg.sr.ht/~ser/score-better-balance secrets: @@ -39,4 +42,3 @@ curl --netrc-file ~/.downloads -T ${ARCHIVE} https://downloads.ser1.net/files/ curl --netrc-file ~/.downloads -T ${ARCHIVE}.sig https://downloads.ser1.net/files/ done -