From c227a7885018d2ce485db6db8082243edc78d88d Mon Sep 17 00:00:00 2001 From: Per-Arne Andersen Date: Sat, 12 Aug 2023 23:34:48 +0200 Subject: [PATCH] Attempt to fix mussllinux --- pyproject.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pyproject.toml b/pyproject.toml index 3e246ed1..fd91bdc1 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -103,7 +103,7 @@ musllinux-s390x-image = "musllinux_1_1" [tool.cibuildwheel.linux] -before-all = "yum install -y libffi-devel || (apt-get update && apt-get install -y libffi-dev) || (apk --no-cache add libffi-dev && another-command)" +before-all = "yum install -y libffi-devel || (apt-get update && apt-get install -y libffi-dev) || (apk --no-cache add libffi-dev)" #repair-wheel-command = "auditwheel repair -w {dest_dir} {wheel}"