We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 036bb5f commit 308d9c3Copy full SHA for 308d9c3
.github/workflows/nodejs.yml
@@ -27,7 +27,19 @@ jobs:
27
bun-version: 1.3.x
28
29
- name: Install dependencies
30
- run: bun install --frozen-lockfile
+ run: bun install
31
+
32
+ - name: Postinstall - electron app deps
33
+ run: node node_modules/electron-builder/cli.js install-app-deps
34
35
+ - name: Postinstall - rebuild dexc
36
+ run: bun run rebuild-dexc
37
38
+ - name: Postinstall - rebuild pi-ui
39
+ run: bun run rebuild-pi-ui
40
41
+ - name: Postinstall - rebuild sbffi
42
+ run: bun run rebuild-sbffi
43
44
- name: Linter checks
45
run: bun run lint
0 commit comments