Skip to content

Commit

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

0 comments on commit ca28aed

Please sign in to comment.