Skip to content

Commit

Permalink
more needed cflags
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 11, 2024
1 parent a3275d0 commit 2963fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: asg017/sqlite-versions@main
with:
version: ${{ matrix.sqlite-version }}
cflags: -DSQLITE_ENABLE_DESERIALIZE=1
cflags: "-DSQLITE_ENABLE_DESERIALIZE=1 -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE"
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit 2963fe2

Please sign in to comment.