Update build.yml
This commit is contained in:
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
@ -8,7 +8,7 @@ jobs:
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
os: [ubuntu-latest, macos-latest, windows-latest]
|
||||
os: [ubuntu-latest, fedora-latest, windows-latest]
|
||||
|
||||
steps:
|
||||
- name: Checkout repository
|
||||
@ -22,7 +22,6 @@ jobs:
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
npm ci
|
||||
npm i @electron-forge/maker-dmg --save-dev
|
||||
working-directory: electron-3d-app
|
||||
|
||||
- name: Package application with Electron Forge
|
||||
|
Reference in New Issue
Block a user