Fix build

This commit is contained in:
laggykiller 2025-08-26 09:17:39 +08:00
parent 279176c945
commit 097b80be2e
No known key found for this signature in database

View file

@ -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/ &&