ci: add missing dependency file-dev
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
09476501c8
commit
dc2ab7c4af
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue