fix: Improve macOS support

This commit is contained in:
LukeGus
2025-10-19 02:21:45 -05:00
parent 91f9a24f36
commit 55d4d658b7

View File

@@ -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