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

This commit is contained in:
Glenn Y. Rolland 2024-05-31 16:31:54 +02:00
parent e492cb4705
commit 299f66d62c

View file

@ -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