Skip to content

Commit 0e7d178

Browse files
authored
Install libffi-dev on Linux wheel builds
1 parent a809db6 commit 0e7d178

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,7 @@ jobs:
113113
env:
114114
CIBW_BUILD: cp27-${{ matrix.name }}* cp35-${{ matrix.name }}* pp*-${{ matrix.name }}*
115115
CIBW_ARCHS_LINUX: auto aarch64
116+
CIBW_BEFORE_BUILD_LINUX: yum install -y libffi-devel
116117
- uses: actions/upload-artifact@v2
117118
with:
118119
name: wheels-${{ matrix.name }}

0 commit comments

Comments
 (0)