more work on build

This commit is contained in:
Joel Klimont 2022-10-06 18:18:57 +02:00
parent c224411279
commit 8cb3626138

View file

@ -44,7 +44,7 @@ jobs:
sha: context.sha
})
- name: Install fpm
run: apk add ruby && gem install fpm
run: apt install ruby && gem install fpm
- name: Build complib deb Package
env:
VERSION: v${{steps.next_semantic_version.outputs.version}}