From 299f66d62c611761c60a29cb34fe10b0a07e973f Mon Sep 17 00:00:00 2001 From: "Glenn Y. Rolland" Date: Fri, 31 May 2024 16:31:54 +0200 Subject: [PATCH] ci: add missing dependency liblzma-dev --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index db1e400..fd163e2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -11,7 +11,7 @@ steps: path: /_cache commands: - pwd - - apt-get update && apt-get install -y cmake g++ libreadline-dev + - apt-get update && apt-get install -y cmake g++ libreadline-dev liblzma-dev - shards install - shards build --production --static - strip bin/docmachine