fix: macOS build failing

This commit is contained in:
LukeGus
2025-10-24 21:55:49 -05:00
parent 10b552cad8
commit ca88749dc2

View File

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