Skip to content

Commit

Permalink
sudo gem install
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Nov 4, 2024
1 parent 90307a6 commit 258bd6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package_installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ jobs:
- name: Package RPM app installer (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
gem install --user-install --no-document fpm
sudo gem install --no-document fpm
echo 'export PATH=$HOME/.local/share/gem/ruby/3.0.0/bin:$PATH' >> $GITHUB_ENV
if [ "${{ env.IS_SNAPSHOT }}" = "true" ]; then
rpmVersion="${{ env.APP_VERSION }}-SNAPSHOT"
Expand Down

0 comments on commit 258bd6f

Please sign in to comment.