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

This commit is contained in:
Glenn Y. Rolland 2024-01-03 15:45:12 +01:00
parent 09476501c8
commit dc2ab7c4af

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 libmagic - apk add --update file-dev
- shards install - shards install
- shards build --production --static - shards build --production --static
- strip bin/code-preloader - strip bin/code-preloader