ci: add missing libyaml-dev and libpcre3-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
2af34b3785
commit
7e82343fc1
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ steps:
|
|||
path: /_cache
|
||||
commands:
|
||||
- pwd
|
||||
- apt-get update && apt-get install -y cmake g++ libevent-dev
|
||||
- apt-get update && apt-get install -y cmake g++ libevent-dev libpcre3-dev libyaml-dev
|
||||
- shards install
|
||||
- shards build --production --static
|
||||
- strip bin/docmachine
|
||||
|
|
Loading…
Reference in a new issue