Fix building

This commit is contained in:
laggykiller 2025-08-26 05:41:10 +08:00
parent 4d752cd73f
commit 1f1bc02579
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=yes LIBS="-lm" ./configure --disable-tcl --with-tempstore=yes
make sqlite3.c make sqlite3.c
- uses: actions/upload-artifact@v4 - uses: actions/upload-artifact@v4