diff --git a/.github/workflows/electron-build.yml b/.github/workflows/electron-build.yml index f9eeb813..af7b085e 100644 --- a/.github/workflows/electron-build.yml +++ b/.github/workflows/electron-build.yml @@ -227,7 +227,10 @@ jobs: run: npm ci - 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 id: check_certs