Skip to content

Commit

Permalink
ci: Install rubygems and fpm
Browse files Browse the repository at this point in the history
  • Loading branch information
Heikki Ketoharju committed Jan 23, 2024
1 parent 9ae1014 commit e19f7b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/create-packages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ jobs:
build-deb:
runs-on: ubuntu-latest
steps:
- run: sudo apt install make fpm -y
- run: sudo apt install make ruby-rubygems -y
- run: gem install --no-document fpm
- name: create a deb package
run: make build

0 comments on commit e19f7b7

Please sign in to comment.