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

This commit is contained in:
Glenn Y. Rolland 2024-05-31 16:47:00 +02:00
parent ae649692f4
commit a42ec40e54

View file

@ -19,7 +19,7 @@ steps:
# cmake g++ \ # cmake g++ \
# libevent-dev libpcre3-dev \ # libevent-dev libpcre3-dev \
# libyaml-dev liblzma-dev # libyaml-dev liblzma-dev
- apk add --update readline-static ncurses-static - apk add --update readline-static readline-dev ncurses-static ncurses-dev
- shards install - shards install
- shards build --production --static - shards build --production --static
- strip bin/docmachine - strip bin/docmachine