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 a809db6 commit 0e7d178Copy full SHA for 0e7d178
.github/workflows/ci.yml
@@ -113,6 +113,7 @@ jobs:
113
env:
114
CIBW_BUILD: cp27-${{ matrix.name }}* cp35-${{ matrix.name }}* pp*-${{ matrix.name }}*
115
CIBW_ARCHS_LINUX: auto aarch64
116
+ CIBW_BEFORE_BUILD_LINUX: yum install -y libffi-devel
117
- uses: actions/upload-artifact@v2
118
with:
119
name: wheels-${{ matrix.name }}
0 commit comments