Skip to content

Commit

Permalink
Attempt to fix mussllinux
Browse files Browse the repository at this point in the history
  • Loading branch information
perara committed Aug 12, 2023
1 parent 2a5e924 commit c227a78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down

0 comments on commit c227a78

Please sign in to comment.