Skip to content

Commit e708bfb

Browse files
add sqlite extensions to centos build
Fixes #763
1 parent f3c8ccb commit e708bfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ jobs:
174174
wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz
175175
tar xzf Python-3.9.7.tgz
176176
cd Python-3.9.7
177-
./configure --enable-optimizations --enable-shared
177+
./configure --enable-optimizations --enable-shared --enable-loadable-sqlite-extensions
178178
make altinstall
179179
cd ../..
180180
- name: Build executable

0 commit comments

Comments
 (0)