From e131baf1c35199f649afaa72fc2db2da8dc6cec3 Mon Sep 17 00:00:00 2001 From: LukeGus Date: Fri, 24 Oct 2025 20:45:10 -0500 Subject: [PATCH] fix: macOS build failing --- .github/workflows/electron-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index 93d0c81f..838e9c0a 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -227,7 +227,7 @@ jobs: run: | npm ci --include=optional npm install --force @rollup/rollup-darwin-arm64 - npm install --no-save @swc/core-darwin-x64 @swc/core-darwin-arm64 + npm install --force @swc/core - name: Check for Code Signing Certificates id: check_certs