ci: fix unibilium dev package name
All checks were successful
continuous-integration/drone/pr Build is passing
continuous-integration/drone/push Build is passing

This commit is contained in:
Glenn Y. Rolland 2023-11-21 10:16:41 +01:00
parent c66534d889
commit 0fce436cee

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