Fix Windows Tauri build rollup dependency

This commit is contained in:
Shantur Rathore
2025-11-21 15:37:49 +00:00
parent efabf83a26
commit 44b2bb1b68

View File

@@ -226,6 +226,9 @@ jobs:
- name: Install dependencies
run: npm ci --workspaces
- name: Ensure rollup native binary
run: npm install @rollup/rollup-win32-x64-msvc --no-save
- name: Build Windows bundle (Tauri)
run: npm run build --workspace @codenomad/tauri-app