We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 82574b9 commit 187f079Copy full SHA for 187f079
1 file changed
.github/workflows/desktop-arm64-portable.yml
@@ -16,14 +16,14 @@ jobs:
16
uses: ./.github/actions/setup-bun
17
18
- name: Install deps
19
- run: bun install
+ run: bun install --ignore-scripts
20
21
- name: Build portable
22
working-directory: packages/desktop
23
run: |
24
$env:RUST_TARGET = "aarch64-pc-windows-msvc"
25
bun ./scripts/prepare.ts
26
- bun install
+ bun install --ignore-scripts
27
bun run build
28
npx electron-builder --win --arm64 --publish never --config electron-builder.config.ts
29
0 commit comments