1
0
Fork 0
forked from glenux/mfm

ci: add missing build dependency

This commit is contained in:
Glenn Y. Rolland 2023-11-21 10:14:55 +01:00
parent 96f5521286
commit c66534d889

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 --update add unibilium
- shards install - shards install
- shards build --production --static - shards build --production --static
- strip bin/mfm - strip bin/mfm