fix: use npm instead of bun for Windows desktop build

Bun on Windows fails to install native modules like @electron/node-gyp
This commit is contained in:
2026-02-26 14:02:50 -06:00
parent 68000c8272
commit 5be32e0dcf
+2 -8
View File
@@ -85,17 +85,11 @@ jobs:
with:
node-version: 22
- name: Install bun
uses: oven-sh/setup-bun@v2
- name: Install dependencies
run: bun install --frozen-lockfile
- name: Rebuild native modules
run: npm rebuild
run: npm install
- name: Build Windows distributables
run: bun run make -- --platform win32
run: npm run make -- --platform win32
env:
PUBLIC_API_URL: https://opt-api.osdci.net