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 304d819 commit c2b1c6aCopy full SHA for c2b1c6a
.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: dnf install -y libffi-devel
+ CIBW_BEFORE_ALL_LINUX: "cat /etc/issue && apt install -y libffi-dev"
93
94
- name: "Upload artifacts"
95
uses: actions/upload-artifact@v5
0 commit comments