more work on build
This commit is contained in:
parent
8cb3626138
commit
cf8586aa7b
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: apt install ruby && gem install fpm
|
||||
run: sudo apt install ruby -y && sudo gem install fpm
|
||||
- name: Build complib deb Package
|
||||
env:
|
||||
VERSION: v${{steps.next_semantic_version.outputs.version}}
|
||||
|
|
Reference in a new issue