We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3c8ccb commit e708bfbCopy full SHA for e708bfb
.github/workflows/package.yml
@@ -174,7 +174,7 @@ jobs:
174
wget https://www.python.org/ftp/python/3.9.7/Python-3.9.7.tgz
175
tar xzf Python-3.9.7.tgz
176
cd Python-3.9.7
177
- ./configure --enable-optimizations --enable-shared
+ ./configure --enable-optimizations --enable-shared --enable-loadable-sqlite-extensions
178
make altinstall
179
cd ../..
180
- name: Build executable
0 commit comments