fix: macOS build failing

This commit is contained in:
LukeGus
2025-10-24 21:27:45 -05:00
parent 1e95b3fa26
commit 10b552cad8

View File

@@ -221,13 +221,13 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: "20"
cache: "npm"
- name: Install dependencies
run: |
rm -f package-lock.json
npm install
npm install --force @rollup/rollup-darwin-arm64
npm rebuild
run: npm ci
- name: Install macOS-specific build dependencies
run: npm install --force @rollup/rollup-darwin-arm64
- name: Check for Code Signing Certificates
id: check_certs