mirror of
https://github.com/dragonflydb/dragonfly
synced 2024-11-21 23:19:53 +00:00
feat(actions): add support for Debian packaging - add missing dependency (#701)
feat(actions): add support for debian packaging - add missing dependency Signed-off-by: Boaz Sade <boaz@dragonflydb.io> Signed-off-by: Boaz Sade <boaz@dragonflydb.io>
This commit is contained in:
parent
f175127837
commit
a130b71cd9
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
@ -100,7 +100,7 @@ jobs:
|
||||
submodules: true
|
||||
- name: Configure
|
||||
run: |
|
||||
apt update && apt install -y debhelper
|
||||
apt update && apt install -y debhelper moreutils
|
||||
- name: Build artifacts
|
||||
run: |
|
||||
# Work around https://github.com/actions/checkout/issues/766
|
||||
|
Loading…
Reference in New Issue
Block a user