Fix build

This commit is contained in:
laggykiller 2025-08-26 11:12:08 +08:00
parent 5a931058dd
commit fe4edf2016
No known key found for this signature in database
2 changed files with 4 additions and 1 deletions

View file

@ -198,7 +198,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-core
CIBW_BEFORE_ALL_LINUX: dnf -y install perl-core
CIBW_TEST_COMMAND: >
mv {project}/sqlcipher3 {project}/sqlcipher3_ &&
python {project}/tests/ &&