Use sqlcipher 4.6.1
This commit is contained in:
parent
210c020194
commit
cef726b231
3 changed files with 2 additions and 4 deletions
2
.github/workflows/pythonpackage.yml
vendored
2
.github/workflows/pythonpackage.yml
vendored
|
|
@ -16,7 +16,7 @@ jobs:
|
|||
- if: steps.sqlite-amalgamation.outputs.cache-hit != 'true'
|
||||
run: |
|
||||
cd sqlcipher/
|
||||
LIBS="-lm" ./configure --disable-tcl --with-tempstore=yes
|
||||
LIBS="-lm" ./configure --disable-tcl --enable-tempstore=yes
|
||||
make sqlite3.c
|
||||
|
||||
- uses: actions/upload-artifact@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue