fix: macOS build failing
This commit is contained in:
10
.github/workflows/electron-build.yml
vendored
10
.github/workflows/electron-build.yml
vendored
@@ -221,13 +221,13 @@ jobs:
|
|||||||
uses: actions/setup-node@v4
|
uses: actions/setup-node@v4
|
||||||
with:
|
with:
|
||||||
node-version: "20"
|
node-version: "20"
|
||||||
|
cache: "npm"
|
||||||
|
|
||||||
- name: Install dependencies
|
- name: Install dependencies
|
||||||
run: |
|
run: npm ci
|
||||||
rm -f package-lock.json
|
|
||||||
npm install
|
- name: Install macOS-specific build dependencies
|
||||||
npm install --force @rollup/rollup-darwin-arm64
|
run: npm install --force @rollup/rollup-darwin-arm64
|
||||||
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