ci: install arm64 sqlite3-fts5-html

This commit is contained in:
Abdullah Atta
2026-06-02 12:27:26 +05:00
parent 8b2f5901fe
commit adaaabe46c

View File

@@ -146,6 +146,7 @@ jobs:
- name: Install sqlite-better-trigram for all arch
run: |
npm i --cpu x64 sqlite-better-trigram
npm i --cpu x64 sqlite3-fts5-html
working-directory: ./apps/desktop
- name: Build Electron wrapper
@@ -189,6 +190,7 @@ jobs:
- name: Install sqlite-better-trigram for all arch
run: |
npm i --cpu arm64 sqlite-better-trigram
npm i --cpu arm64 sqlite3-fts5-html
working-directory: ./apps/desktop
- name: Build Electron wrapper