Skip to content

Commit 59560a7

Browse files
committed
Fix release: add libffi-devel to pecos-rslib-llvm Linux cibuildwheel
1 parent e3819a5 commit 59560a7

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/python-release.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -288,6 +288,7 @@ jobs:
288288
CIBW_BEFORE_ALL_LINUX: |
289289
curl -sSf https://sh.rustup.rs | sh -s -- -y
290290
source $HOME/.cargo/env
291+
dnf install libffi-devel -y
291292
cargo run --release -p pecos --features cli -- install llvm --force
292293
CIBW_REPAIR_WHEEL_COMMAND_LINUX: >
293294
auditwheel repair -w {dest_dir} {wheel} &&

0 commit comments

Comments
 (0)