From 2af34b378590ba0293d60d268323e36d096ecf6d Mon Sep 17 00:00:00 2001 From: Glenn Date: Wed, 25 Oct 2023 14:14:39 +0200 Subject: [PATCH] ci: add missing libevent --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c32f53f..fed3b5f 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++ + - apt-get update && apt-get install -y cmake g++ libevent-dev - shards install - shards build --production --static - strip bin/docmachine