Skip to content

Commit 187f079

Browse files
committed
Fix: add --ignore-scripts to skip node-gyp build
1 parent 82574b9 commit 187f079

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/desktop-arm64-portable.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ jobs:
1616
uses: ./.github/actions/setup-bun
1717

1818
- name: Install deps
19-
run: bun install
19+
run: bun install --ignore-scripts
2020

2121
- name: Build portable
2222
working-directory: packages/desktop
2323
run: |
2424
$env:RUST_TARGET = "aarch64-pc-windows-msvc"
2525
bun ./scripts/prepare.ts
26-
bun install
26+
bun install --ignore-scripts
2727
bun run build
2828
npx electron-builder --win --arm64 --publish never --config electron-builder.config.ts
2929

0 commit comments

Comments
 (0)