chore: install fpm for workflow
This commit is contained in:
4
.github/workflows/desktop.release.yml
vendored
4
.github/workflows/desktop.release.yml
vendored
@@ -45,6 +45,10 @@ jobs:
|
|||||||
- uses: actions/setup-node@v2
|
- uses: actions/setup-node@v2
|
||||||
with:
|
with:
|
||||||
registry-url: 'https://registry.npmjs.org'
|
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 install
|
||||||
- run: yarn build:web:all
|
- run: yarn build:web:all
|
||||||
- name: Compile for AppImage
|
- name: Compile for AppImage
|
||||||
|
|||||||
Reference in New Issue
Block a user