From d0bcaaaf84ac3497d855995156cc2118499ca13d Mon Sep 17 00:00:00 2001 From: LukeGus Date: Fri, 24 Oct 2025 20:41:58 -0500 Subject: [PATCH] fix: macOS build failing --- .github/workflows/electron-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 1d535d17..93d0c81f 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -225,8 +225,9 @@ jobs: - name: Install dependencies run: | - npm ci + npm ci --include=optional npm install --force @rollup/rollup-darwin-arm64 + npm install --no-save @swc/core-darwin-x64 @swc/core-darwin-arm64 - name: Check for Code Signing Certificates id: check_certs