Skip to content

Commit c2b1c6a

Browse files
committed
try again
1 parent 304d819 commit c2b1c6a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
CIBW_ARCHS: ${{ matrix.cibw_archs }}
9090
CIBW_SKIP: ${{ matrix.cibw_skip }}
9191
PIP_USE_PEP517: 1
92-
CIBW_BEFORE_ALL_LINUX: dnf install -y libffi-devel
92+
CIBW_BEFORE_ALL_LINUX: "cat /etc/issue && apt install -y libffi-dev"
9393

9494
- name: "Upload artifacts"
9595
uses: actions/upload-artifact@v5

0 commit comments

Comments
 (0)