more work on build
This commit is contained in:
parent
c224411279
commit
8cb3626138
1 changed files with 1 additions and 1 deletions
2
.github/workflows/complib-package.yml
vendored
2
.github/workflows/complib-package.yml
vendored
|
@ -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}}
|
||||
|
|
Reference in a new issue