We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e291089 commit feb03c6Copy full SHA for feb03c6
.github/workflows/build.yml
@@ -323,6 +323,13 @@ jobs:
323
sudo apt-get install -y ruby ruby-dev
324
sudo gem install fpm
325
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
333
- name: Symlink custom working directory
334
shell: cmd
335
if: runner.os == 'Windows' && matrix.config.working-directory
0 commit comments