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