Skip to content

Commit ae29603

Browse files
committed
fix(ci): rebuild better-sqlite3 native module for Linux (PI-02)
1 parent 64b67ff commit ae29603

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ jobs:
2222
- name: Install dependencies
2323
run: npm install --no-fund
2424

25+
- name: Rebuild native modules
26+
run: npm rebuild better-sqlite3
27+
2528
- name: Generate version file
2629
run: node scripts/sync-version.mjs
2730

0 commit comments

Comments
 (0)