Skip to content

Commit 43ae8bb

Browse files
committed
Rebuild sqlite bindings in gha
1 parent e1772fd commit 43ae8bb

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/cd.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
- name: Install dependencies
2929
run: pnpm install
3030

31+
# required for rebuild of bindings
32+
- name: Rebuild better-sqlite3
33+
run: pnpm rebuild better-sqlite3
34+
3135
- name: Generate static files
3236
run: pnpm generate
3337

0 commit comments

Comments
 (0)