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:
Boaz Sade 2023-01-18 13:28:13 +02:00 committed by GitHub
parent f175127837
commit a130b71cd9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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