From a42ec40e5468714bbac0105fcf16fc50094d92de Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 31 May 2024 16:47:00 +0200 Subject: [PATCH] ci: add missing dependencies --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 59eaffb..d846392 100644 --- a/.drone.yml +++ b/.drone.yml @@ -19,7 +19,7 @@ steps: # cmake g++ \ # libevent-dev libpcre3-dev \ # libyaml-dev liblzma-dev - - apk add --update readline-static ncurses-static + - apk add --update readline-static readline-dev ncurses-static ncurses-dev - shards install - shards build --production --static - strip bin/docmachine