Skip to content

Commit

Permalink
ci build alpine linux fix [ci build]
Browse files Browse the repository at this point in the history
  • Loading branch information
nmwsharp committed Nov 20, 2024
1 parent 0cf2432 commit 239e88b
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/cibuildwheel_config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,9 @@ build-verbosity = 3
[tool.cibuildwheel.linux]
before-all = [
"yum remove -y cmake",
]
]

# musllinux builds on an Alpinx Linux image, no need to mess with cmake there
[[tool.cibuildwheel.overrides]]
select = "*-musllinux*"
before-all = ""

0 comments on commit 239e88b

Please sign in to comment.