Add fpm to PATH
This commit is contained in:
1
.github/workflows/release.yml
vendored
1
.github/workflows/release.yml
vendored
@@ -33,6 +33,7 @@ jobs:
|
||||
sudo apt-get update
|
||||
sudo apt-get install -y ruby-full
|
||||
gem install fpm
|
||||
export PATH="$(ruby -e 'puts Gem.user_dir')/bin:$PATH"
|
||||
- name: Check fpm
|
||||
run: which fpm
|
||||
- name: Build Debian package
|
||||
|
||||
Reference in New Issue
Block a user