fix: macOS build failing
This commit is contained in:
5
.github/workflows/electron-build.yml
vendored
5
.github/workflows/electron-build.yml
vendored
@@ -227,7 +227,10 @@ jobs:
|
|||||||
run: npm ci
|
run: npm ci
|
||||||
|
|
||||||
- name: Install macOS-specific build dependencies
|
- name: Install macOS-specific build dependencies
|
||||||
run: npm install --force @rollup/rollup-darwin-arm64
|
run: |
|
||||||
|
npm install --force @rollup/rollup-darwin-arm64
|
||||||
|
npm uninstall @swc/core
|
||||||
|
npm install @swc/core --include=optional
|
||||||
|
|
||||||
- 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