aboutsummaryrefslogtreecommitdiffstats
path: root/.builds
diff options
context:
space:
mode:
authorMoritz Poldrack <git@moritz.sh>2024-01-06 17:45:47 +0100
committerRobin Jarry <robin@jarry.cc>2024-01-07 00:48:52 +0100
commitaa825f3217643f23b99b173e3c7b4383e633a98b (patch)
tree64ed4b0cdba905ea4659384c996bb587ca3e6813 /.builds
parentff933b5664a38c7ecf09d975bd71da7437dd3927 (diff)
downloadaerc-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.yml1
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