ci: add missing libevent
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Glenn Y. Rolland 2023-10-25 14:14:39 +02:00
parent 306ddb2782
commit 2af34b3785

View file

@ -11,7 +11,7 @@ steps:
path: /_cache path: /_cache
commands: commands:
- pwd - pwd
- apt-get update && apt-get install -y cmake g++ - apt-get update && apt-get install -y cmake g++ libevent-dev
- shards install - shards install
- shards build --production --static - shards build --production --static
- strip bin/docmachine - strip bin/docmachine