Use sqlcipher 4.6.1

This commit is contained in:
laggykiller 2025-04-11 17:18:49 +08:00
parent 210c020194
commit cef726b231
No known key found for this signature in database
3 changed files with 2 additions and 4 deletions

View file

@ -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