chore: install fpm for workflow

This commit is contained in:
Mo 2022-06-12 22:33:56 -05:00
parent 88534e802d
commit 4cf5eded18
No known key found for this signature in database
GPG Key ID: 034B13B1644297E1

View File

@ -45,6 +45,10 @@ jobs:
- uses: actions/setup-node@v2
with:
registry-url: 'https://registry.npmjs.org'
- name: Set up Ruby
uses: ruby/setup-ruby@v1
- name: Install FPM
run: sudo gem install fpm -f
- run: yarn install
- run: yarn build:web:all
- name: Compile for AppImage