From 4473d8ec67321480ea97554f1b69bb835bcaf50e Mon Sep 17 00:00:00 2001 From: Abdullah Atta Date: Tue, 30 Jun 2026 20:14:53 +0500 Subject: [PATCH] ci: fix linux builds --- .github/workflows/desktop.publish.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/.github/workflows/desktop.publish.yml b/.github/workflows/desktop.publish.yml index 81d02be7d..30daabf9a 100644 --- a/.github/workflows/desktop.publish.yml +++ b/.github/workflows/desktop.publish.yml @@ -182,7 +182,7 @@ jobs: - name: Install sqlite-better-trigram for all arch run: | npm i --cpu arm64 sqlite-better-trigram - npm i --cpu x64 sqlite-better-trigram + npm i --cpu arm64 sqlite3-fts5-html working-directory: ./apps/desktop - name: Install provisioning profile @@ -264,6 +264,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 @@ -331,6 +332,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