Skip to content

Commit 065b8e4

Browse files
committed
apt-get
1 parent 8977ddb commit 065b8e4

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: apk installlibffi-devel
92+
CIBW_BEFORE_ALL_LINUX: apt-get update && apt-get install -y libffi-dev
9393

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

0 commit comments

Comments
 (0)