Skip to content

Commit feb03c6

Browse files
committed
add rpm
1 parent e291089 commit feb03c6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/build.yml

+7
Original file line numberDiff line numberDiff line change
@@ -323,6 +323,13 @@ jobs:
323323
sudo apt-get install -y ruby ruby-dev
324324
sudo gem install fpm
325325
echo "USE_SYSTEM_FPM=true" >> $GITHUB_ENV
326+
327+
- name: Install RPM Build Tools (Linux only)
328+
if: runner.os == 'Linux'
329+
run: |
330+
sudo apt-get update
331+
sudo apt-get install -y rpm
332+
326333
- name: Symlink custom working directory
327334
shell: cmd
328335
if: runner.os == 'Windows' && matrix.config.working-directory

0 commit comments

Comments
 (0)