Skip to content

Commit

Permalink
new sqlite-versions
Browse files Browse the repository at this point in the history
  • Loading branch information
asg017 committed Jun 11, 2024
1 parent eb6b27d commit 8f0e7d8
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up SQLite ${{ matrix.sqlite-version }}
uses: asg017/sqlite-versions@054febacf545b76144b7adb11677cdaa1b87388d
uses: asg017/sqlite-versions@0a7fae91316f6311e46fa6e4324925577aafee9f
with:
version: ${{ matrix.sqlite-version }}
cflags: "-DSQLITE_ENABLE_DESERIALIZE -DSQLITE_ENABLE_FTS5 -DSQLITE_ENABLE_FTS4 -DSQLITE_ENABLE_FTS3_PARENTHESIS -DSQLITE_ENABLE_RTREE -DSQLITE_ENABLE_JSON1"
Expand All @@ -39,6 +39,8 @@ jobs:
cache-dependency-path: setup.py
- run: python3 -c "import sqlite3; print(sqlite3.sqlite_version)"
- run: echo $LD_LIBRARY_PATH
- run: ls
- run: tree .
- name: Build extension for --load-extension test
run: |-
(cd tests && gcc ext.c -fPIC -shared -o ext.so)
Expand Down

0 comments on commit 8f0e7d8

Please sign in to comment.