Skip to content

Commit 308d9c3

Browse files
committed
update workflow without frozen lockfile
1 parent 036bb5f commit 308d9c3

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

.github/workflows/nodejs.yml

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,19 @@ jobs:
2727
bun-version: 1.3.x
2828

2929
- name: Install dependencies
30-
run: bun install --frozen-lockfile
30+
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
3143

3244
- name: Linter checks
3345
run: bun run lint

0 commit comments

Comments
 (0)