fix: Improve macOS support
This commit is contained in:
8
.github/workflows/electron-build.yml
vendored
8
.github/workflows/electron-build.yml
vendored
@@ -110,7 +110,9 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: |
|
||||||
|
npm ci --include=optional
|
||||||
|
npm rebuild
|
||||||
|
|
||||||
- name: Build macOS DMG
|
- name: Build macOS DMG
|
||||||
run: npm run build:mac-dmg
|
run: npm run build:mac-dmg
|
||||||
@@ -154,7 +156,9 @@ jobs:
|
|||||||
cache: "npm"
|
cache: "npm"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: npm ci
|
run: |
|
||||||
|
npm ci --include=optional
|
||||||
|
npm rebuild
|
||||||
|
|
||||||
- name: Check for Code Signing Certificates
|
- name: Check for Code Signing Certificates
|
||||||
id: check_certs
|
id: check_certs
|
||||||
|
|||||||
Reference in New Issue
Block a user