Skip to content

Commit

Permalink
add gem to user path
Browse files Browse the repository at this point in the history
  • Loading branch information
davidgamez committed Nov 4, 2024
1 parent 04cccf1 commit 90307a6
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/package_installers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,8 @@ jobs:
- name: Package RPM app installer (Ubuntu)
if: matrix.os == 'ubuntu-latest'
run: |
gem install --no-document fpm
gem install --user-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"
else
Expand Down

0 comments on commit 90307a6

Please sign in to comment.