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 e3819a5 commit 59560a7Copy full SHA for 59560a7
1 file changed
.github/workflows/python-release.yml
@@ -288,6 +288,7 @@ jobs:
288
CIBW_BEFORE_ALL_LINUX: |
289
curl -sSf https://sh.rustup.rs | sh -s -- -y
290
source $HOME/.cargo/env
291
+ dnf install libffi-devel -y
292
cargo run --release -p pecos --features cli -- install llvm --force
293
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
294
auditwheel repair -w {dest_dir} {wheel} &&
0 commit comments