Skip to content

Commit

Permalink
Disable FTS5 in build_var.json
Browse files Browse the repository at this point in the history
  • Loading branch information
2shady4u authored Aug 14, 2024
1 parent bec3694 commit f6298fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build_var.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"template_debug",
"template_release"
],
"common_flags": "enable_fts5=yes",
"common_flags": "enable_fts5=no",
"jobs": [
{
"name": "Windows (x86_64, MSVC)",
Expand Down Expand Up @@ -78,4 +78,4 @@
"cache-name": "web-wasm32"
}
]
}
}

0 comments on commit f6298fa

Please sign in to comment.