diff options
author | Moritz Poldrack <git@moritz.sh> | 2024-01-06 17:45:47 +0100 |
---|---|---|
committer | Robin Jarry <robin@jarry.cc> | 2024-01-07 00:48:52 +0100 |
commit | aa825f3217643f23b99b173e3c7b4383e633a98b (patch) | |
tree | 64ed4b0cdba905ea4659384c996bb587ca3e6813 /.builds | |
parent | ff933b5664a38c7ecf09d975bd71da7437dd3927 (diff) | |
download | aerc-aa825f3217643f23b99b173e3c7b4383e633a98b.tar.gz |
ci: fix builds
The alpine runner does not natively contain curl.
Add it to the list of required packages.
Signed-off-by: Moritz Poldrack <git@moritz.sh>
Acked-by: Robin Jarry <robin@jarry.cc>
Diffstat (limited to '.builds')
-rw-r--r-- | .builds/alpine-edge.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.builds/alpine-edge.yml b/.builds/alpine-edge.yml index c8892ccb..a32d37a6 100644 --- a/.builds/alpine-edge.yml +++ b/.builds/alpine-edge.yml @@ -1,6 +1,7 @@ --- image: alpine/edge packages: + - curl - go - gnupg - notmuch-dev |