From adaaabe46c7b503b19d3bde769ffbffcbb61752b Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 2 Jun 2026 12:27:26 +0500 Subject: [PATCH] ci: install arm64 sqlite3-fts5-html --- .github/workflows/desktop.preview.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/desktop.preview.yml b/.github/workflows/desktop.preview.yml index f05bb3dd9..21102c29b 100644 --- a/.github/workflows/desktop.preview.yml +++ b/.github/workflows/desktop.preview.yml @@ -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