From 90ab9092b4cc44f9758971e9c3d8fa39f69478d8 Mon Sep 17 00:00:00 2001 From: Lukasz Raczylo Date: Wed, 7 Jan 2026 21:12:01 +0000 Subject: [PATCH] fix: add fts5 build tag to CI workflow Pass build-tags: "fts5" to shared workflow to properly compile sqlite-vec-go-bindings with SQLite FTS5 support. This fixes test failures in hybrid vector storage tests that require CGO and FTS5 build tags. Requires shared-actions@8f7f235 or later. --- .github/workflows/ci.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index d3a1889..3cbc3dd 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -21,4 +21,5 @@ jobs: with: go-version: ">=1.24" lfs: true + build-tags: "fts5" secrets: inherit