From c1ff28087b1452afa89ad4e1da112315ff1c378e Mon Sep 17 00:00:00 2001 From: nytpu Date: Sun, 7 Jan 2024 10:09:21 -0700 Subject: [PATCH] .build: add missing curl dependency for Quicklisp --- .build.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.build.yml b/.build.yml index 9d2391f..be5e236 100644 --- a/.build.yml +++ b/.build.yml @@ -2,6 +2,7 @@ image: alpine/edge packages: - sbcl - make + - curl sources: - https://git.sr.ht/~nytpu/lasso tasks: -- 2.45.2