Fix building
This commit is contained in:
parent
4d752cd73f
commit
1f1bc02579
1 changed files with 1 additions and 1 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'
|
- 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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue