Fix build
This commit is contained in:
parent
279176c945
commit
097b80be2e
1 changed files with 1 additions and 0 deletions
1
.github/workflows/pythonpackage.yml
vendored
1
.github/workflows/pythonpackage.yml
vendored
|
|
@ -197,6 +197,7 @@ jobs:
|
|||
CIBW_BUILD: ${{ matrix.cibw_build }}
|
||||
CIBW_ARCHS: ${{ matrix.cibw_archs }}
|
||||
CIBW_ENVIRONMENT: SQLCIPHER3_COMPILE_TARGET=${{ matrix.compile_target }}
|
||||
CIBW_BEFORE_ALL_LINUX: yum install -y perl-IPC-Cmd
|
||||
CIBW_TEST_COMMAND: >
|
||||
mv {project}/sqlcipher3 {project}/sqlcipher3_ &&
|
||||
python {project}/tests/ &&
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue