Fix compilation

This commit is contained in:
laggykiller 2025-04-11 14:41:22 +08:00
parent f80a90740c
commit f78081d6ea
No known key found for this signature in database

View file

@ -16,7 +16,7 @@ jobs:
- if: steps.sqlite-amalgamation.outputs.cache-hit != 'true' - if: steps.sqlite-amalgamation.outputs.cache-hit != 'true'
run: | run: |
cd sqlcipher/ cd sqlcipher/
LIBS="-lm" ./configure --disable-tcl --enable-tempstore=always LIBS="-lm" ./configure --disable-tcl --with-tempstore=yes
make sqlite3.c make sqlite3.c
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4