mirror of
https://github.com/lukaszraczylo/claude-mnemonic.git
synced 2026-06-05 23:03:55 +00:00
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.
This commit is contained in:
@@ -21,4 +21,5 @@ jobs:
|
||||
with:
|
||||
go-version: ">=1.24"
|
||||
lfs: true
|
||||
build-tags: "fts5"
|
||||
secrets: inherit
|
||||
|
||||
Reference in New Issue
Block a user