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

This commit is contained in:
Glenn Y. Rolland 2024-01-03 15:43:54 +01:00
parent 8bceacd4b0
commit 09476501c8

View file

@ -19,6 +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 libmagic
- shards install - shards install
- shards build --production --static - shards build --production --static
- strip bin/code-preloader - strip bin/code-preloader