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 8977ddb commit 065b8e4Copy full SHA for 065b8e4
.github/workflows/python-packages.yml
@@ -89,7 +89,7 @@ jobs:
89
CIBW_ARCHS: ${{ matrix.cibw_archs }}
90
CIBW_SKIP: ${{ matrix.cibw_skip }}
91
PIP_USE_PEP517: 1
92
- CIBW_BEFORE_ALL_LINUX: apk installlibffi-devel
+ CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get install -y libffi-dev
93
94
- name: "Upload artifacts"
95
uses: actions/upload-artifact@v5
0 commit comments